Documentation ¶
Index ¶
- type Client
- 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_Expecter
- type Client_Find_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) 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_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) 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{}
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