Documentation ¶
Index ¶
- type Client
- func (_m *Client) BatchGetItem(ctx context.Context, params *dynamodb.BatchGetItemInput, ...) (*dynamodb.BatchGetItemOutput, error)
- func (_m *Client) BatchWriteItem(ctx context.Context, params *dynamodb.BatchWriteItemInput, ...) (*dynamodb.BatchWriteItemOutput, error)
- func (_m *Client) CreateTable(ctx context.Context, params *dynamodb.CreateTableInput, ...) (*dynamodb.CreateTableOutput, error)
- func (_m *Client) DeleteItem(ctx context.Context, params *dynamodb.DeleteItemInput, ...) (*dynamodb.DeleteItemOutput, error)
- func (_m *Client) DeleteTable(ctx context.Context, params *dynamodb.DeleteTableInput, ...) (*dynamodb.DeleteTableOutput, error)
- func (_m *Client) DescribeTable(ctx context.Context, params *dynamodb.DescribeTableInput, ...) (*dynamodb.DescribeTableOutput, error)
- func (_m *Client) EXPECT() *Client_Expecter
- func (_m *Client) GetItem(ctx context.Context, params *dynamodb.GetItemInput, ...) (*dynamodb.GetItemOutput, error)
- func (_m *Client) ListTagsOfResource(ctx context.Context, params *dynamodb.ListTagsOfResourceInput, ...) (*dynamodb.ListTagsOfResourceOutput, error)
- func (_m *Client) PutItem(ctx context.Context, params *dynamodb.PutItemInput, ...) (*dynamodb.PutItemOutput, error)
- func (_m *Client) Query(ctx context.Context, params *dynamodb.QueryInput, ...) (*dynamodb.QueryOutput, error)
- func (_m *Client) Scan(ctx context.Context, params *dynamodb.ScanInput, ...) (*dynamodb.ScanOutput, error)
- func (_m *Client) TransactGetItems(ctx context.Context, params *dynamodb.TransactGetItemsInput, ...) (*dynamodb.TransactGetItemsOutput, error)
- func (_m *Client) TransactWriteItems(ctx context.Context, params *dynamodb.TransactWriteItemsInput, ...) (*dynamodb.TransactWriteItemsOutput, error)
- func (_m *Client) UpdateItem(ctx context.Context, params *dynamodb.UpdateItemInput, ...) (*dynamodb.UpdateItemOutput, error)
- func (_m *Client) UpdateTimeToLive(ctx context.Context, params *dynamodb.UpdateTimeToLiveInput, ...) (*dynamodb.UpdateTimeToLiveOutput, error)
- type Client_BatchGetItem_Call
- func (_c *Client_BatchGetItem_Call) Return(_a0 *dynamodb.BatchGetItemOutput, _a1 error) *Client_BatchGetItem_Call
- func (_c *Client_BatchGetItem_Call) Run(run func(ctx context.Context, params *dynamodb.BatchGetItemInput, ...)) *Client_BatchGetItem_Call
- func (_c *Client_BatchGetItem_Call) RunAndReturn(...) *Client_BatchGetItem_Call
- type Client_BatchWriteItem_Call
- func (_c *Client_BatchWriteItem_Call) Return(_a0 *dynamodb.BatchWriteItemOutput, _a1 error) *Client_BatchWriteItem_Call
- func (_c *Client_BatchWriteItem_Call) Run(run func(ctx context.Context, params *dynamodb.BatchWriteItemInput, ...)) *Client_BatchWriteItem_Call
- func (_c *Client_BatchWriteItem_Call) RunAndReturn(...) *Client_BatchWriteItem_Call
- type Client_CreateTable_Call
- func (_c *Client_CreateTable_Call) Return(_a0 *dynamodb.CreateTableOutput, _a1 error) *Client_CreateTable_Call
- func (_c *Client_CreateTable_Call) Run(run func(ctx context.Context, params *dynamodb.CreateTableInput, ...)) *Client_CreateTable_Call
- func (_c *Client_CreateTable_Call) RunAndReturn(...) *Client_CreateTable_Call
- type Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) Return(_a0 *dynamodb.DeleteItemOutput, _a1 error) *Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) Run(run func(ctx context.Context, params *dynamodb.DeleteItemInput, ...)) *Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) RunAndReturn(...) *Client_DeleteItem_Call
- type Client_DeleteTable_Call
- func (_c *Client_DeleteTable_Call) Return(_a0 *dynamodb.DeleteTableOutput, _a1 error) *Client_DeleteTable_Call
- func (_c *Client_DeleteTable_Call) Run(run func(ctx context.Context, params *dynamodb.DeleteTableInput, ...)) *Client_DeleteTable_Call
- func (_c *Client_DeleteTable_Call) RunAndReturn(...) *Client_DeleteTable_Call
- type Client_DescribeTable_Call
- func (_c *Client_DescribeTable_Call) Return(_a0 *dynamodb.DescribeTableOutput, _a1 error) *Client_DescribeTable_Call
- func (_c *Client_DescribeTable_Call) Run(run func(ctx context.Context, params *dynamodb.DescribeTableInput, ...)) *Client_DescribeTable_Call
- func (_c *Client_DescribeTable_Call) RunAndReturn(...) *Client_DescribeTable_Call
- type Client_Expecter
- func (_e *Client_Expecter) BatchGetItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_BatchGetItem_Call
- func (_e *Client_Expecter) BatchWriteItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_BatchWriteItem_Call
- func (_e *Client_Expecter) CreateTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateTable_Call
- func (_e *Client_Expecter) DeleteItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteItem_Call
- func (_e *Client_Expecter) DeleteTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteTable_Call
- func (_e *Client_Expecter) DescribeTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DescribeTable_Call
- func (_e *Client_Expecter) GetItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetItem_Call
- func (_e *Client_Expecter) ListTagsOfResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListTagsOfResource_Call
- func (_e *Client_Expecter) PutItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_PutItem_Call
- func (_e *Client_Expecter) Query(ctx interface{}, params interface{}, optFns ...interface{}) *Client_Query_Call
- func (_e *Client_Expecter) Scan(ctx interface{}, params interface{}, optFns ...interface{}) *Client_Scan_Call
- func (_e *Client_Expecter) TransactGetItems(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TransactGetItems_Call
- func (_e *Client_Expecter) TransactWriteItems(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TransactWriteItems_Call
- func (_e *Client_Expecter) UpdateItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateItem_Call
- func (_e *Client_Expecter) UpdateTimeToLive(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateTimeToLive_Call
- type Client_GetItem_Call
- type Client_ListTagsOfResource_Call
- func (_c *Client_ListTagsOfResource_Call) Return(_a0 *dynamodb.ListTagsOfResourceOutput, _a1 error) *Client_ListTagsOfResource_Call
- func (_c *Client_ListTagsOfResource_Call) Run(run func(ctx context.Context, params *dynamodb.ListTagsOfResourceInput, ...)) *Client_ListTagsOfResource_Call
- func (_c *Client_ListTagsOfResource_Call) RunAndReturn(...) *Client_ListTagsOfResource_Call
- type Client_PutItem_Call
- type Client_Query_Call
- type Client_Scan_Call
- type Client_TransactGetItems_Call
- func (_c *Client_TransactGetItems_Call) Return(_a0 *dynamodb.TransactGetItemsOutput, _a1 error) *Client_TransactGetItems_Call
- func (_c *Client_TransactGetItems_Call) Run(run func(ctx context.Context, params *dynamodb.TransactGetItemsInput, ...)) *Client_TransactGetItems_Call
- func (_c *Client_TransactGetItems_Call) RunAndReturn(...) *Client_TransactGetItems_Call
- type Client_TransactWriteItems_Call
- func (_c *Client_TransactWriteItems_Call) Return(_a0 *dynamodb.TransactWriteItemsOutput, _a1 error) *Client_TransactWriteItems_Call
- func (_c *Client_TransactWriteItems_Call) Run(run func(ctx context.Context, params *dynamodb.TransactWriteItemsInput, ...)) *Client_TransactWriteItems_Call
- func (_c *Client_TransactWriteItems_Call) RunAndReturn(...) *Client_TransactWriteItems_Call
- type Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) Return(_a0 *dynamodb.UpdateItemOutput, _a1 error) *Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) Run(run func(ctx context.Context, params *dynamodb.UpdateItemInput, ...)) *Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) RunAndReturn(...) *Client_UpdateItem_Call
- type Client_UpdateTimeToLive_Call
- func (_c *Client_UpdateTimeToLive_Call) Return(_a0 *dynamodb.UpdateTimeToLiveOutput, _a1 error) *Client_UpdateTimeToLive_Call
- func (_c *Client_UpdateTimeToLive_Call) Run(run func(ctx context.Context, params *dynamodb.UpdateTimeToLiveInput, ...)) *Client_UpdateTimeToLive_Call
- func (_c *Client_UpdateTimeToLive_Call) RunAndReturn(...) *Client_UpdateTimeToLive_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func NewClient ¶
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Client) BatchGetItem ¶
func (_m *Client) BatchGetItem(ctx context.Context, params *dynamodb.BatchGetItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem provides a mock function with given fields: ctx, params, optFns
func (*Client) BatchWriteItem ¶
func (_m *Client) BatchWriteItem(ctx context.Context, params *dynamodb.BatchWriteItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem provides a mock function with given fields: ctx, params, optFns
func (*Client) CreateTable ¶
func (_m *Client) CreateTable(ctx context.Context, params *dynamodb.CreateTableInput, optFns ...func(*dynamodb.Options)) (*dynamodb.CreateTableOutput, error)
CreateTable provides a mock function with given fields: ctx, params, optFns
func (*Client) DeleteItem ¶
func (_m *Client) DeleteItem(ctx context.Context, params *dynamodb.DeleteItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.DeleteItemOutput, error)
DeleteItem provides a mock function with given fields: ctx, params, optFns
func (*Client) DeleteTable ¶
func (_m *Client) DeleteTable(ctx context.Context, params *dynamodb.DeleteTableInput, optFns ...func(*dynamodb.Options)) (*dynamodb.DeleteTableOutput, error)
DeleteTable provides a mock function with given fields: ctx, params, optFns
func (*Client) DescribeTable ¶
func (_m *Client) DescribeTable(ctx context.Context, params *dynamodb.DescribeTableInput, optFns ...func(*dynamodb.Options)) (*dynamodb.DescribeTableOutput, error)
DescribeTable provides a mock function with given fields: ctx, params, optFns
func (*Client) EXPECT ¶
func (_m *Client) EXPECT() *Client_Expecter
func (*Client) GetItem ¶
func (_m *Client) GetItem(ctx context.Context, params *dynamodb.GetItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.GetItemOutput, error)
GetItem provides a mock function with given fields: ctx, params, optFns
func (*Client) ListTagsOfResource ¶
func (_m *Client) ListTagsOfResource(ctx context.Context, params *dynamodb.ListTagsOfResourceInput, optFns ...func(*dynamodb.Options)) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource provides a mock function with given fields: ctx, params, optFns
func (*Client) PutItem ¶
func (_m *Client) PutItem(ctx context.Context, params *dynamodb.PutItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.PutItemOutput, error)
PutItem provides a mock function with given fields: ctx, params, optFns
func (*Client) Query ¶
func (_m *Client) Query(ctx context.Context, params *dynamodb.QueryInput, optFns ...func(*dynamodb.Options)) (*dynamodb.QueryOutput, error)
Query provides a mock function with given fields: ctx, params, optFns
func (*Client) Scan ¶
func (_m *Client) Scan(ctx context.Context, params *dynamodb.ScanInput, optFns ...func(*dynamodb.Options)) (*dynamodb.ScanOutput, error)
Scan provides a mock function with given fields: ctx, params, optFns
func (*Client) TransactGetItems ¶
func (_m *Client) TransactGetItems(ctx context.Context, params *dynamodb.TransactGetItemsInput, optFns ...func(*dynamodb.Options)) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItems provides a mock function with given fields: ctx, params, optFns
func (*Client) TransactWriteItems ¶
func (_m *Client) TransactWriteItems(ctx context.Context, params *dynamodb.TransactWriteItemsInput, optFns ...func(*dynamodb.Options)) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItems provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdateItem ¶
func (_m *Client) UpdateItem(ctx context.Context, params *dynamodb.UpdateItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.UpdateItemOutput, error)
UpdateItem provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdateTimeToLive ¶
func (_m *Client) UpdateTimeToLive(ctx context.Context, params *dynamodb.UpdateTimeToLiveInput, optFns ...func(*dynamodb.Options)) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive provides a mock function with given fields: ctx, params, optFns
type Client_BatchGetItem_Call ¶
Client_BatchGetItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchGetItem'
func (*Client_BatchGetItem_Call) Return ¶
func (_c *Client_BatchGetItem_Call) Return(_a0 *dynamodb.BatchGetItemOutput, _a1 error) *Client_BatchGetItem_Call
func (*Client_BatchGetItem_Call) Run ¶
func (_c *Client_BatchGetItem_Call) Run(run func(ctx context.Context, params *dynamodb.BatchGetItemInput, optFns ...func(*dynamodb.Options))) *Client_BatchGetItem_Call
func (*Client_BatchGetItem_Call) RunAndReturn ¶
func (_c *Client_BatchGetItem_Call) RunAndReturn(run func(context.Context, *dynamodb.BatchGetItemInput, ...func(*dynamodb.Options)) (*dynamodb.BatchGetItemOutput, error)) *Client_BatchGetItem_Call
type Client_BatchWriteItem_Call ¶
Client_BatchWriteItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchWriteItem'
func (*Client_BatchWriteItem_Call) Return ¶
func (_c *Client_BatchWriteItem_Call) Return(_a0 *dynamodb.BatchWriteItemOutput, _a1 error) *Client_BatchWriteItem_Call
func (*Client_BatchWriteItem_Call) Run ¶
func (_c *Client_BatchWriteItem_Call) Run(run func(ctx context.Context, params *dynamodb.BatchWriteItemInput, optFns ...func(*dynamodb.Options))) *Client_BatchWriteItem_Call
func (*Client_BatchWriteItem_Call) RunAndReturn ¶
func (_c *Client_BatchWriteItem_Call) RunAndReturn(run func(context.Context, *dynamodb.BatchWriteItemInput, ...func(*dynamodb.Options)) (*dynamodb.BatchWriteItemOutput, error)) *Client_BatchWriteItem_Call
type Client_CreateTable_Call ¶
Client_CreateTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTable'
func (*Client_CreateTable_Call) Return ¶
func (_c *Client_CreateTable_Call) Return(_a0 *dynamodb.CreateTableOutput, _a1 error) *Client_CreateTable_Call
func (*Client_CreateTable_Call) Run ¶
func (_c *Client_CreateTable_Call) Run(run func(ctx context.Context, params *dynamodb.CreateTableInput, optFns ...func(*dynamodb.Options))) *Client_CreateTable_Call
func (*Client_CreateTable_Call) RunAndReturn ¶
func (_c *Client_CreateTable_Call) RunAndReturn(run func(context.Context, *dynamodb.CreateTableInput, ...func(*dynamodb.Options)) (*dynamodb.CreateTableOutput, error)) *Client_CreateTable_Call
type Client_DeleteItem_Call ¶
Client_DeleteItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteItem'
func (*Client_DeleteItem_Call) Return ¶
func (_c *Client_DeleteItem_Call) Return(_a0 *dynamodb.DeleteItemOutput, _a1 error) *Client_DeleteItem_Call
func (*Client_DeleteItem_Call) Run ¶
func (_c *Client_DeleteItem_Call) Run(run func(ctx context.Context, params *dynamodb.DeleteItemInput, optFns ...func(*dynamodb.Options))) *Client_DeleteItem_Call
func (*Client_DeleteItem_Call) RunAndReturn ¶
func (_c *Client_DeleteItem_Call) RunAndReturn(run func(context.Context, *dynamodb.DeleteItemInput, ...func(*dynamodb.Options)) (*dynamodb.DeleteItemOutput, error)) *Client_DeleteItem_Call
type Client_DeleteTable_Call ¶
Client_DeleteTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTable'
func (*Client_DeleteTable_Call) Return ¶
func (_c *Client_DeleteTable_Call) Return(_a0 *dynamodb.DeleteTableOutput, _a1 error) *Client_DeleteTable_Call
func (*Client_DeleteTable_Call) Run ¶
func (_c *Client_DeleteTable_Call) Run(run func(ctx context.Context, params *dynamodb.DeleteTableInput, optFns ...func(*dynamodb.Options))) *Client_DeleteTable_Call
func (*Client_DeleteTable_Call) RunAndReturn ¶
func (_c *Client_DeleteTable_Call) RunAndReturn(run func(context.Context, *dynamodb.DeleteTableInput, ...func(*dynamodb.Options)) (*dynamodb.DeleteTableOutput, error)) *Client_DeleteTable_Call
type Client_DescribeTable_Call ¶
Client_DescribeTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DescribeTable'
func (*Client_DescribeTable_Call) Return ¶
func (_c *Client_DescribeTable_Call) Return(_a0 *dynamodb.DescribeTableOutput, _a1 error) *Client_DescribeTable_Call
func (*Client_DescribeTable_Call) Run ¶
func (_c *Client_DescribeTable_Call) Run(run func(ctx context.Context, params *dynamodb.DescribeTableInput, optFns ...func(*dynamodb.Options))) *Client_DescribeTable_Call
func (*Client_DescribeTable_Call) RunAndReturn ¶
func (_c *Client_DescribeTable_Call) RunAndReturn(run func(context.Context, *dynamodb.DescribeTableInput, ...func(*dynamodb.Options)) (*dynamodb.DescribeTableOutput, error)) *Client_DescribeTable_Call
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) BatchGetItem ¶
func (_e *Client_Expecter) BatchGetItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_BatchGetItem_Call
BatchGetItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.BatchGetItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) BatchWriteItem ¶
func (_e *Client_Expecter) BatchWriteItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_BatchWriteItem_Call
BatchWriteItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.BatchWriteItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) CreateTable ¶
func (_e *Client_Expecter) CreateTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateTable_Call
CreateTable is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.CreateTableInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) DeleteItem ¶
func (_e *Client_Expecter) DeleteItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteItem_Call
DeleteItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.DeleteItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) DeleteTable ¶
func (_e *Client_Expecter) DeleteTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteTable_Call
DeleteTable is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.DeleteTableInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) DescribeTable ¶
func (_e *Client_Expecter) DescribeTable(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DescribeTable_Call
DescribeTable is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.DescribeTableInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) GetItem ¶
func (_e *Client_Expecter) GetItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetItem_Call
GetItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.GetItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) ListTagsOfResource ¶
func (_e *Client_Expecter) ListTagsOfResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListTagsOfResource_Call
ListTagsOfResource is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.ListTagsOfResourceInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) PutItem ¶
func (_e *Client_Expecter) PutItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_PutItem_Call
PutItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.PutItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) Query ¶
func (_e *Client_Expecter) Query(ctx interface{}, params interface{}, optFns ...interface{}) *Client_Query_Call
Query is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.QueryInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) Scan ¶
func (_e *Client_Expecter) Scan(ctx interface{}, params interface{}, optFns ...interface{}) *Client_Scan_Call
Scan is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.ScanInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) TransactGetItems ¶
func (_e *Client_Expecter) TransactGetItems(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TransactGetItems_Call
TransactGetItems is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.TransactGetItemsInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) TransactWriteItems ¶
func (_e *Client_Expecter) TransactWriteItems(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TransactWriteItems_Call
TransactWriteItems is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.TransactWriteItemsInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) UpdateItem ¶
func (_e *Client_Expecter) UpdateItem(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateItem_Call
UpdateItem is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.UpdateItemInput
- optFns ...func(*dynamodb.Options)
func (*Client_Expecter) UpdateTimeToLive ¶
func (_e *Client_Expecter) UpdateTimeToLive(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateTimeToLive_Call
UpdateTimeToLive is a helper method to define mock.On call
- ctx context.Context
- params *dynamodb.UpdateTimeToLiveInput
- optFns ...func(*dynamodb.Options)
type Client_GetItem_Call ¶
Client_GetItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetItem'
func (*Client_GetItem_Call) Return ¶
func (_c *Client_GetItem_Call) Return(_a0 *dynamodb.GetItemOutput, _a1 error) *Client_GetItem_Call
func (*Client_GetItem_Call) Run ¶
func (_c *Client_GetItem_Call) Run(run func(ctx context.Context, params *dynamodb.GetItemInput, optFns ...func(*dynamodb.Options))) *Client_GetItem_Call
func (*Client_GetItem_Call) RunAndReturn ¶
func (_c *Client_GetItem_Call) RunAndReturn(run func(context.Context, *dynamodb.GetItemInput, ...func(*dynamodb.Options)) (*dynamodb.GetItemOutput, error)) *Client_GetItem_Call
type Client_ListTagsOfResource_Call ¶
Client_ListTagsOfResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsOfResource'
func (*Client_ListTagsOfResource_Call) Return ¶
func (_c *Client_ListTagsOfResource_Call) Return(_a0 *dynamodb.ListTagsOfResourceOutput, _a1 error) *Client_ListTagsOfResource_Call
func (*Client_ListTagsOfResource_Call) Run ¶
func (_c *Client_ListTagsOfResource_Call) Run(run func(ctx context.Context, params *dynamodb.ListTagsOfResourceInput, optFns ...func(*dynamodb.Options))) *Client_ListTagsOfResource_Call
func (*Client_ListTagsOfResource_Call) RunAndReturn ¶
func (_c *Client_ListTagsOfResource_Call) RunAndReturn(run func(context.Context, *dynamodb.ListTagsOfResourceInput, ...func(*dynamodb.Options)) (*dynamodb.ListTagsOfResourceOutput, error)) *Client_ListTagsOfResource_Call
type Client_PutItem_Call ¶
Client_PutItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutItem'
func (*Client_PutItem_Call) Return ¶
func (_c *Client_PutItem_Call) Return(_a0 *dynamodb.PutItemOutput, _a1 error) *Client_PutItem_Call
func (*Client_PutItem_Call) Run ¶
func (_c *Client_PutItem_Call) Run(run func(ctx context.Context, params *dynamodb.PutItemInput, optFns ...func(*dynamodb.Options))) *Client_PutItem_Call
func (*Client_PutItem_Call) RunAndReturn ¶
func (_c *Client_PutItem_Call) RunAndReturn(run func(context.Context, *dynamodb.PutItemInput, ...func(*dynamodb.Options)) (*dynamodb.PutItemOutput, error)) *Client_PutItem_Call
type Client_Query_Call ¶
Client_Query_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Query'
func (*Client_Query_Call) Return ¶
func (_c *Client_Query_Call) Return(_a0 *dynamodb.QueryOutput, _a1 error) *Client_Query_Call
func (*Client_Query_Call) Run ¶
func (_c *Client_Query_Call) Run(run func(ctx context.Context, params *dynamodb.QueryInput, optFns ...func(*dynamodb.Options))) *Client_Query_Call
func (*Client_Query_Call) RunAndReturn ¶
func (_c *Client_Query_Call) RunAndReturn(run func(context.Context, *dynamodb.QueryInput, ...func(*dynamodb.Options)) (*dynamodb.QueryOutput, error)) *Client_Query_Call
type Client_Scan_Call ¶
Client_Scan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Scan'
func (*Client_Scan_Call) Return ¶
func (_c *Client_Scan_Call) Return(_a0 *dynamodb.ScanOutput, _a1 error) *Client_Scan_Call
func (*Client_Scan_Call) Run ¶
func (_c *Client_Scan_Call) Run(run func(ctx context.Context, params *dynamodb.ScanInput, optFns ...func(*dynamodb.Options))) *Client_Scan_Call
func (*Client_Scan_Call) RunAndReturn ¶
func (_c *Client_Scan_Call) RunAndReturn(run func(context.Context, *dynamodb.ScanInput, ...func(*dynamodb.Options)) (*dynamodb.ScanOutput, error)) *Client_Scan_Call
type Client_TransactGetItems_Call ¶
Client_TransactGetItems_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransactGetItems'
func (*Client_TransactGetItems_Call) Return ¶
func (_c *Client_TransactGetItems_Call) Return(_a0 *dynamodb.TransactGetItemsOutput, _a1 error) *Client_TransactGetItems_Call
func (*Client_TransactGetItems_Call) Run ¶
func (_c *Client_TransactGetItems_Call) Run(run func(ctx context.Context, params *dynamodb.TransactGetItemsInput, optFns ...func(*dynamodb.Options))) *Client_TransactGetItems_Call
func (*Client_TransactGetItems_Call) RunAndReturn ¶
func (_c *Client_TransactGetItems_Call) RunAndReturn(run func(context.Context, *dynamodb.TransactGetItemsInput, ...func(*dynamodb.Options)) (*dynamodb.TransactGetItemsOutput, error)) *Client_TransactGetItems_Call
type Client_TransactWriteItems_Call ¶
Client_TransactWriteItems_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransactWriteItems'
func (*Client_TransactWriteItems_Call) Return ¶
func (_c *Client_TransactWriteItems_Call) Return(_a0 *dynamodb.TransactWriteItemsOutput, _a1 error) *Client_TransactWriteItems_Call
func (*Client_TransactWriteItems_Call) Run ¶
func (_c *Client_TransactWriteItems_Call) Run(run func(ctx context.Context, params *dynamodb.TransactWriteItemsInput, optFns ...func(*dynamodb.Options))) *Client_TransactWriteItems_Call
func (*Client_TransactWriteItems_Call) RunAndReturn ¶
func (_c *Client_TransactWriteItems_Call) RunAndReturn(run func(context.Context, *dynamodb.TransactWriteItemsInput, ...func(*dynamodb.Options)) (*dynamodb.TransactWriteItemsOutput, error)) *Client_TransactWriteItems_Call
type Client_UpdateItem_Call ¶
Client_UpdateItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateItem'
func (*Client_UpdateItem_Call) Return ¶
func (_c *Client_UpdateItem_Call) Return(_a0 *dynamodb.UpdateItemOutput, _a1 error) *Client_UpdateItem_Call
func (*Client_UpdateItem_Call) Run ¶
func (_c *Client_UpdateItem_Call) Run(run func(ctx context.Context, params *dynamodb.UpdateItemInput, optFns ...func(*dynamodb.Options))) *Client_UpdateItem_Call
func (*Client_UpdateItem_Call) RunAndReturn ¶
func (_c *Client_UpdateItem_Call) RunAndReturn(run func(context.Context, *dynamodb.UpdateItemInput, ...func(*dynamodb.Options)) (*dynamodb.UpdateItemOutput, error)) *Client_UpdateItem_Call
type Client_UpdateTimeToLive_Call ¶
Client_UpdateTimeToLive_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTimeToLive'
func (*Client_UpdateTimeToLive_Call) Return ¶
func (_c *Client_UpdateTimeToLive_Call) Return(_a0 *dynamodb.UpdateTimeToLiveOutput, _a1 error) *Client_UpdateTimeToLive_Call
func (*Client_UpdateTimeToLive_Call) Run ¶
func (_c *Client_UpdateTimeToLive_Call) Run(run func(ctx context.Context, params *dynamodb.UpdateTimeToLiveInput, optFns ...func(*dynamodb.Options))) *Client_UpdateTimeToLive_Call
func (*Client_UpdateTimeToLive_Call) RunAndReturn ¶
func (_c *Client_UpdateTimeToLive_Call) RunAndReturn(run func(context.Context, *dynamodb.UpdateTimeToLiveInput, ...func(*dynamodb.Options)) (*dynamodb.UpdateTimeToLiveOutput, error)) *Client_UpdateTimeToLive_Call