evalphobia/aws-sdk-go-wrapper

View on GitHub
dynamodb/const.go

Summary

Maintainability
A
0 mins
Test Coverage

comment on exported const ComparisonOperatorEQ should be of the form "ComparisonOperatorEQ ..."
Open

    // comparison operators
Severity: Minor
Found in dynamodb/const.go by golint

comment on exported const AttributeTypeString should be of the form "AttributeTypeString ..."
Open

    // attribvute types
Severity: Minor
Found in dynamodb/const.go by golint

comment on exported const KeyTypeHash should be of the form "KeyTypeHash ..."
Open

    // key type name for DynamoDB Index.
Severity: Minor
Found in dynamodb/const.go by golint

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

    AttributeTypeNumber    = "N"
Severity: Minor
Found in dynamodb/const.go by golint

There are no issues that match your filters.

Category
Status