Documentation
¶
Index ¶
- type Client
- func (_m *Client) CreateItem(ctx context.Context, in interface{}) (*dynamodb.PutItemOutput, error)
- func (_m *Client) DeleteItem(ctx context.Context, key interface{}) error
- func (_m *Client) EXPECT() *Client_Expecter
- func (_m *Client) Find(ctx context.Context, out interface{}, query string, args ...interface{}) error
- func (_m *Client) UpdateItem(ctx context.Context, key interface{}, updates map[string]interface{}) error
- type Client_CreateItem_Call
- func (_c *Client_CreateItem_Call) Return(_a0 *dynamodb.PutItemOutput, _a1 error) *Client_CreateItem_Call
- func (_c *Client_CreateItem_Call) Run(run func(ctx context.Context, in interface{})) *Client_CreateItem_Call
- func (_c *Client_CreateItem_Call) RunAndReturn(run func(context.Context, interface{}) (*dynamodb.PutItemOutput, error)) *Client_CreateItem_Call
- type Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) Return(_a0 error) *Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) Run(run func(ctx context.Context, key interface{})) *Client_DeleteItem_Call
- func (_c *Client_DeleteItem_Call) RunAndReturn(run func(context.Context, interface{}) error) *Client_DeleteItem_Call
- type Client_Expecter
- func (_e *Client_Expecter) CreateItem(ctx interface{}, in interface{}) *Client_CreateItem_Call
- func (_e *Client_Expecter) DeleteItem(ctx interface{}, key interface{}) *Client_DeleteItem_Call
- func (_e *Client_Expecter) Find(ctx interface{}, out interface{}, query interface{}, args ...interface{}) *Client_Find_Call
- func (_e *Client_Expecter) UpdateItem(ctx interface{}, key interface{}, updates interface{}) *Client_UpdateItem_Call
- type Client_Find_Call
- type Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) Return(_a0 error) *Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) Run(run func(ctx context.Context, key interface{}, updates map[string]interface{})) *Client_UpdateItem_Call
- func (_c *Client_UpdateItem_Call) RunAndReturn(run func(context.Context, interface{}, map[string]interface{}) error) *Client_UpdateItem_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) CreateItem ¶
CreateItem provides a mock function with given fields: ctx, in
func (*Client) DeleteItem ¶
DeleteItem provides a mock function with given fields: ctx, key
func (*Client) EXPECT ¶
func (_m *Client) EXPECT() *Client_Expecter
type Client_CreateItem_Call ¶
Client_CreateItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateItem'
func (*Client_CreateItem_Call) Return ¶
func (_c *Client_CreateItem_Call) Return(_a0 *dynamodb.PutItemOutput, _a1 error) *Client_CreateItem_Call
func (*Client_CreateItem_Call) Run ¶
func (_c *Client_CreateItem_Call) Run(run func(ctx context.Context, in interface{})) *Client_CreateItem_Call
func (*Client_CreateItem_Call) RunAndReturn ¶
func (_c *Client_CreateItem_Call) RunAndReturn(run func(context.Context, interface{}) (*dynamodb.PutItemOutput, error)) *Client_CreateItem_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 error) *Client_DeleteItem_Call
func (*Client_DeleteItem_Call) Run ¶
func (_c *Client_DeleteItem_Call) Run(run func(ctx context.Context, key interface{})) *Client_DeleteItem_Call
func (*Client_DeleteItem_Call) RunAndReturn ¶
func (_c *Client_DeleteItem_Call) RunAndReturn(run func(context.Context, interface{}) error) *Client_DeleteItem_Call
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) CreateItem ¶
func (_e *Client_Expecter) CreateItem(ctx interface{}, in interface{}) *Client_CreateItem_Call
CreateItem is a helper method to define mock.On call
- ctx context.Context
- in interface{}
func (*Client_Expecter) DeleteItem ¶
func (_e *Client_Expecter) DeleteItem(ctx interface{}, key interface{}) *Client_DeleteItem_Call
DeleteItem is a helper method to define mock.On call
- ctx context.Context
- key interface{}
func (*Client_Expecter) Find ¶
func (_e *Client_Expecter) Find(ctx interface{}, out interface{}, query interface{}, args ...interface{}) *Client_Find_Call
Find is a helper method to define mock.On call
- ctx context.Context
- out interface{}
- query string
- args ...interface{}
func (*Client_Expecter) UpdateItem ¶
func (_e *Client_Expecter) UpdateItem(ctx interface{}, key interface{}, updates interface{}) *Client_UpdateItem_Call
UpdateItem is a helper method to define mock.On call
- ctx context.Context
- key interface{}
- updates map[string]interface{}
type Client_Find_Call ¶
Client_Find_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Find'
func (*Client_Find_Call) Return ¶
func (_c *Client_Find_Call) Return(_a0 error) *Client_Find_Call
func (*Client_Find_Call) Run ¶
func (_c *Client_Find_Call) Run(run func(ctx context.Context, out interface{}, query string, args ...interface{})) *Client_Find_Call
func (*Client_Find_Call) RunAndReturn ¶
func (_c *Client_Find_Call) RunAndReturn(run func(context.Context, interface{}, string, ...interface{}) error) *Client_Find_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 error) *Client_UpdateItem_Call
func (*Client_UpdateItem_Call) Run ¶
func (_c *Client_UpdateItem_Call) Run(run func(ctx context.Context, key interface{}, updates map[string]interface{})) *Client_UpdateItem_Call
func (*Client_UpdateItem_Call) RunAndReturn ¶
func (_c *Client_UpdateItem_Call) RunAndReturn(run func(context.Context, interface{}, map[string]interface{}) error) *Client_UpdateItem_Call