evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
dynamodb/type_func.go

Summary

Maintainability
A
0 mins
Test Coverage

comment on exported function MarshalToList should be of the form "MarshalToList ..."
Open

// MarshalToMap converts result AttributeValue to list values.
Severity: Minor
Found in dynamodb/type_func.go by golint

exported function RawMarshal should have comment or be unexported
Open

func RawMarshal(in interface{}, structTag string) (*SDK.AttributeValue, error) {
Severity: Minor
Found in dynamodb/type_func.go by golint

comment on exported function RawUnmarshalAttributeValues should be of the form "RawUnmarshalAttributeValues ..."
Open

// Unmarshal unmarshals given slice pointer sturct from DynamoDB item result to mapping.
Severity: Minor
Found in dynamodb/type_func.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package dynamodb
Severity: Minor
Found in dynamodb/type_func.go by gofmt

There are no issues that match your filters.

Category
Status