mocks

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 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 (_m *IClient) AcceptLink(ctx context.Context, params *rtbfabric.AcceptLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.AcceptLinkOutput, error)

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

func (_m *IClient) CreateInboundExternalLink(ctx context.Context, params *rtbfabric.CreateInboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.CreateInboundExternalLinkOutput, error)

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

func (_m *IClient) CreateLink(ctx context.Context, params *rtbfabric.CreateLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.CreateLinkOutput, error)

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

func (_m *IClient) CreateOutboundExternalLink(ctx context.Context, params *rtbfabric.CreateOutboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.CreateOutboundExternalLinkOutput, error)

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

func (*IClient) CreateRequesterGateway

func (_m *IClient) CreateRequesterGateway(ctx context.Context, params *rtbfabric.CreateRequesterGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.CreateRequesterGatewayOutput, error)

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

func (*IClient) CreateResponderGateway

func (_m *IClient) CreateResponderGateway(ctx context.Context, params *rtbfabric.CreateResponderGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.CreateResponderGatewayOutput, error)

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

func (_m *IClient) DeleteInboundExternalLink(ctx context.Context, params *rtbfabric.DeleteInboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.DeleteInboundExternalLinkOutput, error)

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

func (_m *IClient) DeleteLink(ctx context.Context, params *rtbfabric.DeleteLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.DeleteLinkOutput, error)

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

func (_m *IClient) DeleteOutboundExternalLink(ctx context.Context, params *rtbfabric.DeleteOutboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.DeleteOutboundExternalLinkOutput, error)

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

func (*IClient) DeleteRequesterGateway

func (_m *IClient) DeleteRequesterGateway(ctx context.Context, params *rtbfabric.DeleteRequesterGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.DeleteRequesterGatewayOutput, error)

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

func (*IClient) DeleteResponderGateway

func (_m *IClient) DeleteResponderGateway(ctx context.Context, params *rtbfabric.DeleteResponderGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.DeleteResponderGatewayOutput, error)

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

func (_m *IClient) GetInboundExternalLink(ctx context.Context, params *rtbfabric.GetInboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.GetInboundExternalLinkOutput, error)

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

func (_m *IClient) GetLink(ctx context.Context, params *rtbfabric.GetLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.GetLinkOutput, error)

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

func (_m *IClient) GetOutboundExternalLink(ctx context.Context, params *rtbfabric.GetOutboundExternalLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.GetOutboundExternalLinkOutput, error)

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

func (*IClient) GetRequesterGateway

func (_m *IClient) GetRequesterGateway(ctx context.Context, params *rtbfabric.GetRequesterGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.GetRequesterGatewayOutput, error)

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

func (*IClient) GetResponderGateway

func (_m *IClient) GetResponderGateway(ctx context.Context, params *rtbfabric.GetResponderGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.GetResponderGatewayOutput, error)

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

func (_m *IClient) ListLinks(ctx context.Context, params *rtbfabric.ListLinksInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.ListLinksOutput, error)

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

func (*IClient) ListRequesterGateways

func (_m *IClient) ListRequesterGateways(ctx context.Context, params *rtbfabric.ListRequesterGatewaysInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.ListRequesterGatewaysOutput, error)

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

func (*IClient) ListResponderGateways

func (_m *IClient) ListResponderGateways(ctx context.Context, params *rtbfabric.ListResponderGatewaysInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.ListResponderGatewaysOutput, error)

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

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *rtbfabric.ListTagsForResourceInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.ListTagsForResourceOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with no fields

func (_m *IClient) RejectLink(ctx context.Context, params *rtbfabric.RejectLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.RejectLinkOutput, error)

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

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *rtbfabric.TagResourceInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.TagResourceOutput, error)

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

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *rtbfabric.UntagResourceInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.UntagResourceOutput, error)

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

func (_m *IClient) UpdateLink(ctx context.Context, params *rtbfabric.UpdateLinkInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.UpdateLinkOutput, error)

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

func (*IClient) UpdateLinkModuleFlow

func (_m *IClient) UpdateLinkModuleFlow(ctx context.Context, params *rtbfabric.UpdateLinkModuleFlowInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.UpdateLinkModuleFlowOutput, error)

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

func (*IClient) UpdateRequesterGateway

func (_m *IClient) UpdateRequesterGateway(ctx context.Context, params *rtbfabric.UpdateRequesterGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.UpdateRequesterGatewayOutput, error)

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

func (*IClient) UpdateResponderGateway

func (_m *IClient) UpdateResponderGateway(ctx context.Context, params *rtbfabric.UpdateResponderGatewayInput, optFns ...func(*rtbfabric.Options)) (*rtbfabric.UpdateResponderGatewayOutput, error)

UpdateResponderGateway 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