evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
dynamodb/client_op_item_batch_get_item.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method BatchGetItemResult.ToSliceMap should have comment or be unexported
Open

func (r BatchGetItemResult) ToSliceMap(tableName string) ([]map[string]interface{}, error) {

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

func (r BatchGetItemRequest) ToInput() *SDK.BatchGetItemInput {

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

func (r BatchGetItemResult) Unmarshal(tableName string, out interface{}) error {

exported function NewBatchGetItemResult should have comment or be unexported
Open

func NewBatchGetItemResult(output *SDK.BatchGetItemResponse) *BatchGetItemResult {

There are no issues that match your filters.

Category
Status