Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateCapability(ctx context.Context, params *b2bi.CreateCapabilityInput, ...) (*b2bi.CreateCapabilityOutput, error)
- func (_m *IClient) CreatePartnership(ctx context.Context, params *b2bi.CreatePartnershipInput, ...) (*b2bi.CreatePartnershipOutput, error)
- func (_m *IClient) CreateProfile(ctx context.Context, params *b2bi.CreateProfileInput, ...) (*b2bi.CreateProfileOutput, error)
- func (_m *IClient) CreateTransformer(ctx context.Context, params *b2bi.CreateTransformerInput, ...) (*b2bi.CreateTransformerOutput, error)
- func (_m *IClient) DeleteCapability(ctx context.Context, params *b2bi.DeleteCapabilityInput, ...) (*b2bi.DeleteCapabilityOutput, error)
- func (_m *IClient) DeletePartnership(ctx context.Context, params *b2bi.DeletePartnershipInput, ...) (*b2bi.DeletePartnershipOutput, error)
- func (_m *IClient) DeleteProfile(ctx context.Context, params *b2bi.DeleteProfileInput, ...) (*b2bi.DeleteProfileOutput, error)
- func (_m *IClient) DeleteTransformer(ctx context.Context, params *b2bi.DeleteTransformerInput, ...) (*b2bi.DeleteTransformerOutput, error)
- func (_m *IClient) GetCapability(ctx context.Context, params *b2bi.GetCapabilityInput, ...) (*b2bi.GetCapabilityOutput, error)
- func (_m *IClient) GetPartnership(ctx context.Context, params *b2bi.GetPartnershipInput, ...) (*b2bi.GetPartnershipOutput, error)
- func (_m *IClient) GetProfile(ctx context.Context, params *b2bi.GetProfileInput, ...) (*b2bi.GetProfileOutput, error)
- func (_m *IClient) GetTransformer(ctx context.Context, params *b2bi.GetTransformerInput, ...) (*b2bi.GetTransformerOutput, error)
- func (_m *IClient) GetTransformerJob(ctx context.Context, params *b2bi.GetTransformerJobInput, ...) (*b2bi.GetTransformerJobOutput, error)
- func (_m *IClient) ListCapabilities(ctx context.Context, params *b2bi.ListCapabilitiesInput, ...) (*b2bi.ListCapabilitiesOutput, error)
- func (_m *IClient) ListPartnerships(ctx context.Context, params *b2bi.ListPartnershipsInput, ...) (*b2bi.ListPartnershipsOutput, error)
- func (_m *IClient) ListProfiles(ctx context.Context, params *b2bi.ListProfilesInput, ...) (*b2bi.ListProfilesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *b2bi.ListTagsForResourceInput, ...) (*b2bi.ListTagsForResourceOutput, error)
- func (_m *IClient) ListTransformers(ctx context.Context, params *b2bi.ListTransformersInput, ...) (*b2bi.ListTransformersOutput, error)
- func (_m *IClient) Options() b2bi.Options
- func (_m *IClient) StartTransformerJob(ctx context.Context, params *b2bi.StartTransformerJobInput, ...) (*b2bi.StartTransformerJobOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *b2bi.TagResourceInput, ...) (*b2bi.TagResourceOutput, error)
- func (_m *IClient) TestMapping(ctx context.Context, params *b2bi.TestMappingInput, ...) (*b2bi.TestMappingOutput, error)
- func (_m *IClient) TestParsing(ctx context.Context, params *b2bi.TestParsingInput, ...) (*b2bi.TestParsingOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *b2bi.UntagResourceInput, ...) (*b2bi.UntagResourceOutput, error)
- func (_m *IClient) UpdateCapability(ctx context.Context, params *b2bi.UpdateCapabilityInput, ...) (*b2bi.UpdateCapabilityOutput, error)
- func (_m *IClient) UpdatePartnership(ctx context.Context, params *b2bi.UpdatePartnershipInput, ...) (*b2bi.UpdatePartnershipOutput, error)
- func (_m *IClient) UpdateProfile(ctx context.Context, params *b2bi.UpdateProfileInput, ...) (*b2bi.UpdateProfileOutput, error)
- func (_m *IClient) UpdateTransformer(ctx context.Context, params *b2bi.UpdateTransformerInput, ...) (*b2bi.UpdateTransformerOutput, 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) CreateCapability ¶
func (_m *IClient) CreateCapability(ctx context.Context, params *b2bi.CreateCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateCapabilityOutput, error)
CreateCapability provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreatePartnership ¶
func (_m *IClient) CreatePartnership(ctx context.Context, params *b2bi.CreatePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.CreatePartnershipOutput, error)
CreatePartnership provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateProfile ¶
func (_m *IClient) CreateProfile(ctx context.Context, params *b2bi.CreateProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateProfileOutput, error)
CreateProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateTransformer ¶
func (_m *IClient) CreateTransformer(ctx context.Context, params *b2bi.CreateTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.CreateTransformerOutput, error)
CreateTransformer provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteCapability ¶
func (_m *IClient) DeleteCapability(ctx context.Context, params *b2bi.DeleteCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteCapabilityOutput, error)
DeleteCapability provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeletePartnership ¶
func (_m *IClient) DeletePartnership(ctx context.Context, params *b2bi.DeletePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.DeletePartnershipOutput, error)
DeletePartnership provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteProfile ¶
func (_m *IClient) DeleteProfile(ctx context.Context, params *b2bi.DeleteProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteProfileOutput, error)
DeleteProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteTransformer ¶
func (_m *IClient) DeleteTransformer(ctx context.Context, params *b2bi.DeleteTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.DeleteTransformerOutput, error)
DeleteTransformer provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetCapability ¶
func (_m *IClient) GetCapability(ctx context.Context, params *b2bi.GetCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.GetCapabilityOutput, error)
GetCapability provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetPartnership ¶
func (_m *IClient) GetPartnership(ctx context.Context, params *b2bi.GetPartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.GetPartnershipOutput, error)
GetPartnership provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetProfile ¶
func (_m *IClient) GetProfile(ctx context.Context, params *b2bi.GetProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.GetProfileOutput, error)
GetProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetTransformer ¶
func (_m *IClient) GetTransformer(ctx context.Context, params *b2bi.GetTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.GetTransformerOutput, error)
GetTransformer provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetTransformerJob ¶
func (_m *IClient) GetTransformerJob(ctx context.Context, params *b2bi.GetTransformerJobInput, optFns ...func(*b2bi.Options)) (*b2bi.GetTransformerJobOutput, error)
GetTransformerJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListCapabilities ¶
func (_m *IClient) ListCapabilities(ctx context.Context, params *b2bi.ListCapabilitiesInput, optFns ...func(*b2bi.Options)) (*b2bi.ListCapabilitiesOutput, error)
ListCapabilities provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListPartnerships ¶
func (_m *IClient) ListPartnerships(ctx context.Context, params *b2bi.ListPartnershipsInput, optFns ...func(*b2bi.Options)) (*b2bi.ListPartnershipsOutput, error)
ListPartnerships provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListProfiles ¶
func (_m *IClient) ListProfiles(ctx context.Context, params *b2bi.ListProfilesInput, optFns ...func(*b2bi.Options)) (*b2bi.ListProfilesOutput, error)
ListProfiles provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *b2bi.ListTagsForResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTransformers ¶
func (_m *IClient) ListTransformers(ctx context.Context, params *b2bi.ListTransformersInput, optFns ...func(*b2bi.Options)) (*b2bi.ListTransformersOutput, error)
ListTransformers provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartTransformerJob ¶
func (_m *IClient) StartTransformerJob(ctx context.Context, params *b2bi.StartTransformerJobInput, optFns ...func(*b2bi.Options)) (*b2bi.StartTransformerJobOutput, error)
StartTransformerJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *b2bi.TagResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TestMapping ¶
func (_m *IClient) TestMapping(ctx context.Context, params *b2bi.TestMappingInput, optFns ...func(*b2bi.Options)) (*b2bi.TestMappingOutput, error)
TestMapping provides a mock function with given fields: ctx, params, optFns
func (*IClient) TestParsing ¶
func (_m *IClient) TestParsing(ctx context.Context, params *b2bi.TestParsingInput, optFns ...func(*b2bi.Options)) (*b2bi.TestParsingOutput, error)
TestParsing provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *b2bi.UntagResourceInput, optFns ...func(*b2bi.Options)) (*b2bi.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateCapability ¶
func (_m *IClient) UpdateCapability(ctx context.Context, params *b2bi.UpdateCapabilityInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateCapabilityOutput, error)
UpdateCapability provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdatePartnership ¶
func (_m *IClient) UpdatePartnership(ctx context.Context, params *b2bi.UpdatePartnershipInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdatePartnershipOutput, error)
UpdatePartnership provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateProfile ¶
func (_m *IClient) UpdateProfile(ctx context.Context, params *b2bi.UpdateProfileInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateProfileOutput, error)
UpdateProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateTransformer ¶
func (_m *IClient) UpdateTransformer(ctx context.Context, params *b2bi.UpdateTransformerInput, optFns ...func(*b2bi.Options)) (*b2bi.UpdateTransformerOutput, error)
UpdateTransformer provides a mock function with given fields: ctx, params, optFns