evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
kms/client_op_encrypt.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewEncryptResult should have comment or be unexported
Open

func NewEncryptResult(output *SDK.EncryptResponse) *EncryptResult {
Severity: Minor
Found in kms/client_op_encrypt.go by golint

exported type EncryptResult should have comment or be unexported
Open

type EncryptResult struct {
Severity: Minor
Found in kms/client_op_encrypt.go by golint

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

func (r EncryptRequest) ToInput() *SDK.EncryptInput {
Severity: Minor
Found in kms/client_op_encrypt.go by golint

There are no issues that match your filters.

Category
Status