mocks

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

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

func (_m *Client) CreateItem(ctx context.Context, in interface{}) (*dynamodb.PutItemOutput, error)

CreateItem provides a mock function with given fields: ctx, in

func (*Client) DeleteItem

func (_m *Client) DeleteItem(ctx context.Context, key interface{}) error

DeleteItem provides a mock function with given fields: ctx, key

func (*Client) EXPECT

func (_m *Client) EXPECT() *Client_Expecter

func (*Client) Find

func (_m *Client) Find(ctx context.Context, out interface{}, query string, args ...interface{}) error

Find provides a mock function with given fields: ctx, out, query, args

func (*Client) UpdateItem

func (_m *Client) UpdateItem(ctx context.Context, key interface{}, updates map[string]interface{}) error

UpdateItem provides a mock function with given fields: ctx, key, updates

type Client_CreateItem_Call

type Client_CreateItem_Call struct {
	*mock.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 (*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

type Client_DeleteItem_Call struct {
	*mock.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 (*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

type Client_Find_Call struct {
	*mock.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

type Client_UpdateItem_Call struct {
	*mock.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 (*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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL