evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
sqs/type_enum.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type QueueAttributeName should have comment or be unexported
Open

type QueueAttributeName string
Severity: Minor
Found in sqs/type_enum.go by golint

exported const QueueAttributeNameAll should have comment (or a comment on this block) or be unexported
Open

    QueueAttributeNameAll                                   QueueAttributeName = QueueAttributeName(SDK.QueueAttributeNameAll)
Severity: Minor
Found in sqs/type_enum.go by golint

There are no issues that match your filters.

Category
Status