package
0.0.0-20221024170919-eca6f23df477
Repository: https://github.com/trevoredris/api-template.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewmockDynamodbClient creates a new mock instance.
# Interfaces
go:generate mockgen -destination=dynamodb_mock.go -package=dynamodb -mock_names=DynamodbClient=mockDynamodbClient -source=dynamodb.go DynamodbClient.