evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
kms/client_op_decrypt.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DecryptResult should have comment or be unexported
Open

type DecryptResult struct {
Severity: Minor
Found in kms/client_op_decrypt.go by golint

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

func (r DecryptRequest) ToInput() *SDK.DecryptInput {
Severity: Minor
Found in kms/client_op_decrypt.go by golint

exported function NewDecryptResult should have comment or be unexported
Open

func NewDecryptResult(output *SDK.DecryptResponse) *DecryptResult {
Severity: Minor
Found in kms/client_op_decrypt.go by golint

There are no issues that match your filters.

Category
Status