Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) AcceptLink(ctx context.Context, params *rtbfabric.AcceptLinkInput, ...) (*rtbfabric.AcceptLinkOutput, error)
- func (_m *IClient) CreateInboundExternalLink(ctx context.Context, params *rtbfabric.CreateInboundExternalLinkInput, ...) (*rtbfabric.CreateInboundExternalLinkOutput, error)
- func (_m *IClient) CreateLink(ctx context.Context, params *rtbfabric.CreateLinkInput, ...) (*rtbfabric.CreateLinkOutput, error)
- func (_m *IClient) CreateOutboundExternalLink(ctx context.Context, params *rtbfabric.CreateOutboundExternalLinkInput, ...) (*rtbfabric.CreateOutboundExternalLinkOutput, error)
- func (_m *IClient) CreateRequesterGateway(ctx context.Context, params *rtbfabric.CreateRequesterGatewayInput, ...) (*rtbfabric.CreateRequesterGatewayOutput, error)
- func (_m *IClient) CreateResponderGateway(ctx context.Context, params *rtbfabric.CreateResponderGatewayInput, ...) (*rtbfabric.CreateResponderGatewayOutput, error)
- func (_m *IClient) DeleteInboundExternalLink(ctx context.Context, params *rtbfabric.DeleteInboundExternalLinkInput, ...) (*rtbfabric.DeleteInboundExternalLinkOutput, error)
- func (_m *IClient) DeleteLink(ctx context.Context, params *rtbfabric.DeleteLinkInput, ...) (*rtbfabric.DeleteLinkOutput, error)
- func (_m *IClient) DeleteOutboundExternalLink(ctx context.Context, params *rtbfabric.DeleteOutboundExternalLinkInput, ...) (*rtbfabric.DeleteOutboundExternalLinkOutput, error)
- func (_m *IClient) DeleteRequesterGateway(ctx context.Context, params *rtbfabric.DeleteRequesterGatewayInput, ...) (*rtbfabric.DeleteRequesterGatewayOutput, error)
- func (_m *IClient) DeleteResponderGateway(ctx context.Context, params *rtbfabric.DeleteResponderGatewayInput, ...) (*rtbfabric.DeleteResponderGatewayOutput, error)
- func (_m *IClient) GetInboundExternalLink(ctx context.Context, params *rtbfabric.GetInboundExternalLinkInput, ...) (*rtbfabric.GetInboundExternalLinkOutput, error)
- func (_m *IClient) GetLink(ctx context.Context, params *rtbfabric.GetLinkInput, ...) (*rtbfabric.GetLinkOutput, error)
- func (_m *IClient) GetOutboundExternalLink(ctx context.Context, params *rtbfabric.GetOutboundExternalLinkInput, ...) (*rtbfabric.GetOutboundExternalLinkOutput, error)
- func (_m *IClient) GetRequesterGateway(ctx context.Context, params *rtbfabric.GetRequesterGatewayInput, ...) (*rtbfabric.GetRequesterGatewayOutput, error)
- func (_m *IClient) GetResponderGateway(ctx context.Context, params *rtbfabric.GetResponderGatewayInput, ...) (*rtbfabric.GetResponderGatewayOutput, error)
- func (_m *IClient) ListLinks(ctx context.Context, params *rtbfabric.ListLinksInput, ...) (*rtbfabric.ListLinksOutput, error)
- func (_m *IClient) ListRequesterGateways(ctx context.Context, params *rtbfabric.ListRequesterGatewaysInput, ...) (*rtbfabric.ListRequesterGatewaysOutput, error)
- func (_m *IClient) ListResponderGateways(ctx context.Context, params *rtbfabric.ListResponderGatewaysInput, ...) (*rtbfabric.ListResponderGatewaysOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *rtbfabric.ListTagsForResourceInput, ...) (*rtbfabric.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() rtbfabric.Options
- func (_m *IClient) RejectLink(ctx context.Context, params *rtbfabric.RejectLinkInput, ...) (*rtbfabric.RejectLinkOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *rtbfabric.TagResourceInput, ...) (*rtbfabric.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *rtbfabric.UntagResourceInput, ...) (*rtbfabric.UntagResourceOutput, error)
- func (_m *IClient) UpdateLink(ctx context.Context, params *rtbfabric.UpdateLinkInput, ...) (*rtbfabric.UpdateLinkOutput, error)
- func (_m *IClient) UpdateLinkModuleFlow(ctx context.Context, params *rtbfabric.UpdateLinkModuleFlowInput, ...) (*rtbfabric.UpdateLinkModuleFlowOutput, error)
- func (_m *IClient) UpdateRequesterGateway(ctx context.Context, params *rtbfabric.UpdateRequesterGatewayInput, ...) (*rtbfabric.UpdateRequesterGatewayOutput, error)
- func (_m *IClient) UpdateResponderGateway(ctx context.Context, params *rtbfabric.UpdateResponderGatewayInput, ...) (*rtbfabric.UpdateResponderGatewayOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
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) AcceptLink ¶
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 (*IClient) CreateInboundExternalLink ¶
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 (*IClient) CreateLink ¶
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 (*IClient) CreateOutboundExternalLink ¶
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 (*IClient) DeleteInboundExternalLink ¶
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 (*IClient) DeleteLink ¶
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 (*IClient) DeleteOutboundExternalLink ¶
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 (*IClient) GetInboundExternalLink ¶
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 (*IClient) GetLink ¶
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 (*IClient) GetOutboundExternalLink ¶
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 (*IClient) ListLinks ¶
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) RejectLink ¶
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 (*IClient) UpdateLink ¶
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