client_mocks

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 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) EXPECT

func (_m *Client) EXPECT() *Client_Expecter

func (*Client) GetGroupAPIUsage

func (_m *Client) GetGroupAPIUsage(ctx context.Context, req *client.GetGroupAPIUsageReq) (*client.GetGroupAPIUsageRes, error)

GetGroupAPIUsage provides a mock function with given fields: ctx, req

func (*Client) GetUserAPIUsage

func (_m *Client) GetUserAPIUsage(ctx context.Context, req *client.GetUserAPIUsageReq) (*client.GetUserAPIUsageRes, error)

GetUserAPIUsage provides a mock function with given fields: ctx, req

type Client_Expecter

type Client_Expecter struct {
	// contains filtered or unexported fields
}

func (*Client_Expecter) GetGroupAPIUsage

func (_e *Client_Expecter) GetGroupAPIUsage(ctx interface{}, req interface{}) *Client_GetGroupAPIUsage_Call

GetGroupAPIUsage is a helper method to define mock.On call

  • ctx context.Context
  • req *client.GetGroupAPIUsageReq

func (*Client_Expecter) GetUserAPIUsage

func (_e *Client_Expecter) GetUserAPIUsage(ctx interface{}, req interface{}) *Client_GetUserAPIUsage_Call

GetUserAPIUsage is a helper method to define mock.On call

  • ctx context.Context
  • req *client.GetUserAPIUsageReq

type Client_GetGroupAPIUsage_Call

type Client_GetGroupAPIUsage_Call struct {
	*mock.Call
}

Client_GetGroupAPIUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGroupAPIUsage'

func (*Client_GetGroupAPIUsage_Call) Return

func (*Client_GetGroupAPIUsage_Call) Run

type Client_GetUserAPIUsage_Call

type Client_GetUserAPIUsage_Call struct {
	*mock.Call
}

Client_GetUserAPIUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserAPIUsage'

func (*Client_GetUserAPIUsage_Call) Return

func (*Client_GetUserAPIUsage_Call) Run

func (*Client_GetUserAPIUsage_Call) RunAndReturn

Jump to

Keyboard shortcuts

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