evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
kms/client_op_describe_key.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DescribeKeyResult should have comment or be unexported
Open

type DescribeKeyResult struct {
Severity: Minor
Found in kms/client_op_describe_key.go by golint

exported function NewDescribeKeyResult should have comment or be unexported
Open

func NewDescribeKeyResult(output *SDK.DescribeKeyResponse) *DescribeKeyResult {
Severity: Minor
Found in kms/client_op_describe_key.go by golint

exported method DescribeKeyRequest.ToInput should have comment or be unexported
Open

func (r DescribeKeyRequest) ToInput() *SDK.DescribeKeyInput {
Severity: Minor
Found in kms/client_op_describe_key.go by golint

There are no issues that match your filters.

Category
Status