evalphobia/aws-sdk-go-wrapper

View on GitHub
dynamodb/table_op_batch_get_item.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method BatchGetResponse.Unmarshal should have comment or be unexported
Open

func (r BatchGetResponse) Unmarshal(v interface{}) error {
Severity: Minor
Found in dynamodb/table_op_batch_get_item.go by golint

exported type BatchGetRequest should have comment or be unexported
Open

type BatchGetRequest struct {
Severity: Minor
Found in dynamodb/table_op_batch_get_item.go by golint

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

func (r *BatchGetRequest) ToInput(tableName string) *SDK.BatchGetItemInput {
Severity: Minor
Found in dynamodb/table_op_batch_get_item.go by golint

exported type BatchGetResponse should have comment or be unexported
Open

type BatchGetResponse struct {
Severity: Minor
Found in dynamodb/table_op_batch_get_item.go by golint

There are no issues that match your filters.

Category
Status