mocks

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 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 IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

NewIClient creates a new instance of IClient. 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 (*IClient) CreateBroker

func (_m *IClient) CreateBroker(ctx context.Context, params *mq.CreateBrokerInput, optFns ...func(*mq.Options)) (*mq.CreateBrokerOutput, error)

CreateBroker provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateConfiguration

func (_m *IClient) CreateConfiguration(ctx context.Context, params *mq.CreateConfigurationInput, optFns ...func(*mq.Options)) (*mq.CreateConfigurationOutput, error)

CreateConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateTags

func (_m *IClient) CreateTags(ctx context.Context, params *mq.CreateTagsInput, optFns ...func(*mq.Options)) (*mq.CreateTagsOutput, error)

CreateTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateUser

func (_m *IClient) CreateUser(ctx context.Context, params *mq.CreateUserInput, optFns ...func(*mq.Options)) (*mq.CreateUserOutput, error)

CreateUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteBroker

func (_m *IClient) DeleteBroker(ctx context.Context, params *mq.DeleteBrokerInput, optFns ...func(*mq.Options)) (*mq.DeleteBrokerOutput, error)

DeleteBroker provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteTags

func (_m *IClient) DeleteTags(ctx context.Context, params *mq.DeleteTagsInput, optFns ...func(*mq.Options)) (*mq.DeleteTagsOutput, error)

DeleteTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteUser

func (_m *IClient) DeleteUser(ctx context.Context, params *mq.DeleteUserInput, optFns ...func(*mq.Options)) (*mq.DeleteUserOutput, error)

DeleteUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBroker

func (_m *IClient) DescribeBroker(ctx context.Context, params *mq.DescribeBrokerInput, optFns ...func(*mq.Options)) (*mq.DescribeBrokerOutput, error)

DescribeBroker provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBrokerEngineTypes

func (_m *IClient) DescribeBrokerEngineTypes(ctx context.Context, params *mq.DescribeBrokerEngineTypesInput, optFns ...func(*mq.Options)) (*mq.DescribeBrokerEngineTypesOutput, error)

DescribeBrokerEngineTypes provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeBrokerInstanceOptions

func (_m *IClient) DescribeBrokerInstanceOptions(ctx context.Context, params *mq.DescribeBrokerInstanceOptionsInput, optFns ...func(*mq.Options)) (*mq.DescribeBrokerInstanceOptionsOutput, error)

DescribeBrokerInstanceOptions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeConfiguration

func (_m *IClient) DescribeConfiguration(ctx context.Context, params *mq.DescribeConfigurationInput, optFns ...func(*mq.Options)) (*mq.DescribeConfigurationOutput, error)

DescribeConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeConfigurationRevision

func (_m *IClient) DescribeConfigurationRevision(ctx context.Context, params *mq.DescribeConfigurationRevisionInput, optFns ...func(*mq.Options)) (*mq.DescribeConfigurationRevisionOutput, error)

DescribeConfigurationRevision provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeUser

func (_m *IClient) DescribeUser(ctx context.Context, params *mq.DescribeUserInput, optFns ...func(*mq.Options)) (*mq.DescribeUserOutput, error)

DescribeUser provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListBrokers

func (_m *IClient) ListBrokers(ctx context.Context, params *mq.ListBrokersInput, optFns ...func(*mq.Options)) (*mq.ListBrokersOutput, error)

ListBrokers provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListConfigurationRevisions

func (_m *IClient) ListConfigurationRevisions(ctx context.Context, params *mq.ListConfigurationRevisionsInput, optFns ...func(*mq.Options)) (*mq.ListConfigurationRevisionsOutput, error)

ListConfigurationRevisions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListConfigurations

func (_m *IClient) ListConfigurations(ctx context.Context, params *mq.ListConfigurationsInput, optFns ...func(*mq.Options)) (*mq.ListConfigurationsOutput, error)

ListConfigurations provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTags

func (_m *IClient) ListTags(ctx context.Context, params *mq.ListTagsInput, optFns ...func(*mq.Options)) (*mq.ListTagsOutput, error)

ListTags provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListUsers

func (_m *IClient) ListUsers(ctx context.Context, params *mq.ListUsersInput, optFns ...func(*mq.Options)) (*mq.ListUsersOutput, error)

ListUsers provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() mq.Options

Options provides a mock function with given fields:

func (*IClient) Promote

func (_m *IClient) Promote(ctx context.Context, params *mq.PromoteInput, optFns ...func(*mq.Options)) (*mq.PromoteOutput, error)

Promote provides a mock function with given fields: ctx, params, optFns

func (*IClient) RebootBroker

func (_m *IClient) RebootBroker(ctx context.Context, params *mq.RebootBrokerInput, optFns ...func(*mq.Options)) (*mq.RebootBrokerOutput, error)

RebootBroker provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateBroker

func (_m *IClient) UpdateBroker(ctx context.Context, params *mq.UpdateBrokerInput, optFns ...func(*mq.Options)) (*mq.UpdateBrokerOutput, error)

UpdateBroker provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateConfiguration

func (_m *IClient) UpdateConfiguration(ctx context.Context, params *mq.UpdateConfigurationInput, optFns ...func(*mq.Options)) (*mq.UpdateConfigurationOutput, error)

UpdateConfiguration provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateUser

func (_m *IClient) UpdateUser(ctx context.Context, params *mq.UpdateUserInput, optFns ...func(*mq.Options)) (*mq.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

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