mocks

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 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) 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

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_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

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

Jump to

Keyboard shortcuts

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