Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDynamoSupport ¶
type IDynamoSupport interface {
StartDynamoLocal() error
CreateTable(input *dynamodb.CreateTableInput) error
GetDynamoDBLocalClient(ctx context.Context) *dynamodb.Client
PutItem(tableName string, item interface{}) error
DeleteItem(tableName string, key string, value string) error
PauseContainer()
ReRunContainer()
ShutDownDynamoLocal()
}
Click to show internal directories.
Click to hide internal directories.