package
0.1.0-beta.4
Repository: https://github.com/binarymatt/metamorphosis.git
Documentation: pkg.go.dev

# Functions

NewDynamoDBAPI creates a new instance of DynamoDBAPI.
NewKinesisAPI creates a new instance of KinesisAPI.

# Structs

DynamoDBAPI is an autogenerated mock type for the DynamoDBAPI type.
DynamoDBAPI_CreateTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTable'.
DynamoDBAPI_DeleteItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteItem'.
DynamoDBAPI_DeleteTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTable'.
DynamoDBAPI_DescribeTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeTable'.
No description provided by the author
DynamoDBAPI_GetItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetItem'.
DynamoDBAPI_PutItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutItem'.
DynamoDBAPI_Query_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Query'.
DynamoDBAPI_Scan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Scan'.
DynamoDBAPI_UpdateItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateItem'.
KinesisAPI is an autogenerated mock type for the KinesisAPI type.
KinesisAPI_CreateStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateStream'.
KinesisAPI_DeleteStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteStream'.
KinesisAPI_DescribeStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeStream'.
No description provided by the author
KinesisAPI_GetRecords_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRecords'.
KinesisAPI_GetShardIterator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetShardIterator'.
KinesisAPI_ListShards_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListShards'.
KinesisAPI_PutRecords_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRecords'.