b2bimock

package
v1.54.4 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package b2bimock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockB2biAPI

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

MockB2biAPI is a mock of B2biAPI interface

func NewMockB2biAPI

func NewMockB2biAPI(ctrl *gomock.Controller) *MockB2biAPI

NewMockB2biAPI creates a new mock instance

func (*MockB2biAPI) CreateCapability

func (m *MockB2biAPI) CreateCapability(arg0 *b2bi.CreateCapabilityInput) (*b2bi.CreateCapabilityOutput, error)

CreateCapability mocks base method

func (*MockB2biAPI) CreateCapabilityRequest

func (m *MockB2biAPI) CreateCapabilityRequest(arg0 *b2bi.CreateCapabilityInput) (*request.Request, *b2bi.CreateCapabilityOutput)

CreateCapabilityRequest mocks base method

func (*MockB2biAPI) CreateCapabilityWithContext

func (m *MockB2biAPI) CreateCapabilityWithContext(arg0 context.Context, arg1 *b2bi.CreateCapabilityInput, arg2 ...request.Option) (*b2bi.CreateCapabilityOutput, error)

CreateCapabilityWithContext mocks base method

func (*MockB2biAPI) CreatePartnership

func (m *MockB2biAPI) CreatePartnership(arg0 *b2bi.CreatePartnershipInput) (*b2bi.CreatePartnershipOutput, error)

CreatePartnership mocks base method

func (*MockB2biAPI) CreatePartnershipRequest

func (m *MockB2biAPI) CreatePartnershipRequest(arg0 *b2bi.CreatePartnershipInput) (*request.Request, *b2bi.CreatePartnershipOutput)

CreatePartnershipRequest mocks base method

func (*MockB2biAPI) CreatePartnershipWithContext

func (m *MockB2biAPI) CreatePartnershipWithContext(arg0 context.Context, arg1 *b2bi.CreatePartnershipInput, arg2 ...request.Option) (*b2bi.CreatePartnershipOutput, error)

CreatePartnershipWithContext mocks base method

func (*MockB2biAPI) CreateProfile

func (m *MockB2biAPI) CreateProfile(arg0 *b2bi.CreateProfileInput) (*b2bi.CreateProfileOutput, error)

CreateProfile mocks base method

func (*MockB2biAPI) CreateProfileRequest

func (m *MockB2biAPI) CreateProfileRequest(arg0 *b2bi.CreateProfileInput) (*request.Request, *b2bi.CreateProfileOutput)

CreateProfileRequest mocks base method

func (*MockB2biAPI) CreateProfileWithContext

func (m *MockB2biAPI) CreateProfileWithContext(arg0 context.Context, arg1 *b2bi.CreateProfileInput, arg2 ...request.Option) (*b2bi.CreateProfileOutput, error)

CreateProfileWithContext mocks base method

func (*MockB2biAPI) CreateTransformer

func (m *MockB2biAPI) CreateTransformer(arg0 *b2bi.CreateTransformerInput) (*b2bi.CreateTransformerOutput, error)

CreateTransformer mocks base method

func (*MockB2biAPI) CreateTransformerRequest

func (m *MockB2biAPI) CreateTransformerRequest(arg0 *b2bi.CreateTransformerInput) (*request.Request, *b2bi.CreateTransformerOutput)

CreateTransformerRequest mocks base method

func (*MockB2biAPI) CreateTransformerWithContext

func (m *MockB2biAPI) CreateTransformerWithContext(arg0 context.Context, arg1 *b2bi.CreateTransformerInput, arg2 ...request.Option) (*b2bi.CreateTransformerOutput, error)

CreateTransformerWithContext mocks base method

func (*MockB2biAPI) DeleteCapability

func (m *MockB2biAPI) DeleteCapability(arg0 *b2bi.DeleteCapabilityInput) (*b2bi.DeleteCapabilityOutput, error)

DeleteCapability mocks base method

func (*MockB2biAPI) DeleteCapabilityRequest

func (m *MockB2biAPI) DeleteCapabilityRequest(arg0 *b2bi.DeleteCapabilityInput) (*request.Request, *b2bi.DeleteCapabilityOutput)

DeleteCapabilityRequest mocks base method

func (*MockB2biAPI) DeleteCapabilityWithContext

func (m *MockB2biAPI) DeleteCapabilityWithContext(arg0 context.Context, arg1 *b2bi.DeleteCapabilityInput, arg2 ...request.Option) (*b2bi.DeleteCapabilityOutput, error)

DeleteCapabilityWithContext mocks base method

func (*MockB2biAPI) DeletePartnership

func (m *MockB2biAPI) DeletePartnership(arg0 *b2bi.DeletePartnershipInput) (*b2bi.DeletePartnershipOutput, error)

DeletePartnership mocks base method

func (*MockB2biAPI) DeletePartnershipRequest

func (m *MockB2biAPI) DeletePartnershipRequest(arg0 *b2bi.DeletePartnershipInput) (*request.Request, *b2bi.DeletePartnershipOutput)

DeletePartnershipRequest mocks base method

func (*MockB2biAPI) DeletePartnershipWithContext

func (m *MockB2biAPI) DeletePartnershipWithContext(arg0 context.Context, arg1 *b2bi.DeletePartnershipInput, arg2 ...request.Option) (*b2bi.DeletePartnershipOutput, error)

DeletePartnershipWithContext mocks base method

func (*MockB2biAPI) DeleteProfile

func (m *MockB2biAPI) DeleteProfile(arg0 *b2bi.DeleteProfileInput) (*b2bi.DeleteProfileOutput, error)

DeleteProfile mocks base method

func (*MockB2biAPI) DeleteProfileRequest

func (m *MockB2biAPI) DeleteProfileRequest(arg0 *b2bi.DeleteProfileInput) (*request.Request, *b2bi.DeleteProfileOutput)

DeleteProfileRequest mocks base method

func (*MockB2biAPI) DeleteProfileWithContext

func (m *MockB2biAPI) DeleteProfileWithContext(arg0 context.Context, arg1 *b2bi.DeleteProfileInput, arg2 ...request.Option) (*b2bi.DeleteProfileOutput, error)

DeleteProfileWithContext mocks base method

func (*MockB2biAPI) DeleteTransformer

func (m *MockB2biAPI) DeleteTransformer(arg0 *b2bi.DeleteTransformerInput) (*b2bi.DeleteTransformerOutput, error)

DeleteTransformer mocks base method

func (*MockB2biAPI) DeleteTransformerRequest

func (m *MockB2biAPI) DeleteTransformerRequest(arg0 *b2bi.DeleteTransformerInput) (*request.Request, *b2bi.DeleteTransformerOutput)

DeleteTransformerRequest mocks base method

func (*MockB2biAPI) DeleteTransformerWithContext

func (m *MockB2biAPI) DeleteTransformerWithContext(arg0 context.Context, arg1 *b2bi.DeleteTransformerInput, arg2 ...request.Option) (*b2bi.DeleteTransformerOutput, error)

DeleteTransformerWithContext mocks base method

func (*MockB2biAPI) EXPECT

func (m *MockB2biAPI) EXPECT() *MockB2biAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockB2biAPI) GetCapability

func (m *MockB2biAPI) GetCapability(arg0 *b2bi.GetCapabilityInput) (*b2bi.GetCapabilityOutput, error)

GetCapability mocks base method

func (*MockB2biAPI) GetCapabilityRequest

func (m *MockB2biAPI) GetCapabilityRequest(arg0 *b2bi.GetCapabilityInput) (*request.Request, *b2bi.GetCapabilityOutput)

GetCapabilityRequest mocks base method

func (*MockB2biAPI) GetCapabilityWithContext

func (m *MockB2biAPI) GetCapabilityWithContext(arg0 context.Context, arg1 *b2bi.GetCapabilityInput, arg2 ...request.Option) (*b2bi.GetCapabilityOutput, error)

GetCapabilityWithContext mocks base method

func (*MockB2biAPI) GetPartnership

func (m *MockB2biAPI) GetPartnership(arg0 *b2bi.GetPartnershipInput) (*b2bi.GetPartnershipOutput, error)

GetPartnership mocks base method

func (*MockB2biAPI) GetPartnershipRequest

func (m *MockB2biAPI) GetPartnershipRequest(arg0 *b2bi.GetPartnershipInput) (*request.Request, *b2bi.GetPartnershipOutput)

GetPartnershipRequest mocks base method

func (*MockB2biAPI) GetPartnershipWithContext

func (m *MockB2biAPI) GetPartnershipWithContext(arg0 context.Context, arg1 *b2bi.GetPartnershipInput, arg2 ...request.Option) (*b2bi.GetPartnershipOutput, error)

GetPartnershipWithContext mocks base method

func (*MockB2biAPI) GetProfile

func (m *MockB2biAPI) GetProfile(arg0 *b2bi.GetProfileInput) (*b2bi.GetProfileOutput, error)

GetProfile mocks base method

func (*MockB2biAPI) GetProfileRequest

func (m *MockB2biAPI) GetProfileRequest(arg0 *b2bi.GetProfileInput) (*request.Request, *b2bi.GetProfileOutput)

GetProfileRequest mocks base method

func (*MockB2biAPI) GetProfileWithContext

func (m *MockB2biAPI) GetProfileWithContext(arg0 context.Context, arg1 *b2bi.GetProfileInput, arg2 ...request.Option) (*b2bi.GetProfileOutput, error)

GetProfileWithContext mocks base method

func (*MockB2biAPI) GetTransformer

func (m *MockB2biAPI) GetTransformer(arg0 *b2bi.GetTransformerInput) (*b2bi.GetTransformerOutput, error)

GetTransformer mocks base method

func (*MockB2biAPI) GetTransformerJob

func (m *MockB2biAPI) GetTransformerJob(arg0 *b2bi.GetTransformerJobInput) (*b2bi.GetTransformerJobOutput, error)

GetTransformerJob mocks base method

func (*MockB2biAPI) GetTransformerJobRequest

func (m *MockB2biAPI) GetTransformerJobRequest(arg0 *b2bi.GetTransformerJobInput) (*request.Request, *b2bi.GetTransformerJobOutput)

GetTransformerJobRequest mocks base method

func (*MockB2biAPI) GetTransformerJobWithContext

func (m *MockB2biAPI) GetTransformerJobWithContext(arg0 context.Context, arg1 *b2bi.GetTransformerJobInput, arg2 ...request.Option) (*b2bi.GetTransformerJobOutput, error)

GetTransformerJobWithContext mocks base method

func (*MockB2biAPI) GetTransformerRequest

func (m *MockB2biAPI) GetTransformerRequest(arg0 *b2bi.GetTransformerInput) (*request.Request, *b2bi.GetTransformerOutput)

GetTransformerRequest mocks base method

func (*MockB2biAPI) GetTransformerWithContext

func (m *MockB2biAPI) GetTransformerWithContext(arg0 context.Context, arg1 *b2bi.GetTransformerInput, arg2 ...request.Option) (*b2bi.GetTransformerOutput, error)

GetTransformerWithContext mocks base method

func (*MockB2biAPI) ListCapabilities

func (m *MockB2biAPI) ListCapabilities(arg0 *b2bi.ListCapabilitiesInput) (*b2bi.ListCapabilitiesOutput, error)

ListCapabilities mocks base method

func (*MockB2biAPI) ListCapabilitiesPages

func (m *MockB2biAPI) ListCapabilitiesPages(arg0 *b2bi.ListCapabilitiesInput, arg1 func(*b2bi.ListCapabilitiesOutput, bool) bool) error

ListCapabilitiesPages mocks base method

func (*MockB2biAPI) ListCapabilitiesPagesWithContext

func (m *MockB2biAPI) ListCapabilitiesPagesWithContext(arg0 context.Context, arg1 *b2bi.ListCapabilitiesInput, arg2 func(*b2bi.ListCapabilitiesOutput, bool) bool, arg3 ...request.Option) error

ListCapabilitiesPagesWithContext mocks base method

func (*MockB2biAPI) ListCapabilitiesRequest

func (m *MockB2biAPI) ListCapabilitiesRequest(arg0 *b2bi.ListCapabilitiesInput) (*request.Request, *b2bi.ListCapabilitiesOutput)

ListCapabilitiesRequest mocks base method

func (*MockB2biAPI) ListCapabilitiesWithContext

func (m *MockB2biAPI) ListCapabilitiesWithContext(arg0 context.Context, arg1 *b2bi.ListCapabilitiesInput, arg2 ...request.Option) (*b2bi.ListCapabilitiesOutput, error)

ListCapabilitiesWithContext mocks base method

func (*MockB2biAPI) ListPartnerships

func (m *MockB2biAPI) ListPartnerships(arg0 *b2bi.ListPartnershipsInput) (*b2bi.ListPartnershipsOutput, error)

ListPartnerships mocks base method

func (*MockB2biAPI) ListPartnershipsPages

func (m *MockB2biAPI) ListPartnershipsPages(arg0 *b2bi.ListPartnershipsInput, arg1 func(*b2bi.ListPartnershipsOutput, bool) bool) error

ListPartnershipsPages mocks base method

func (*MockB2biAPI) ListPartnershipsPagesWithContext

func (m *MockB2biAPI) ListPartnershipsPagesWithContext(arg0 context.Context, arg1 *b2bi.ListPartnershipsInput, arg2 func(*b2bi.ListPartnershipsOutput, bool) bool, arg3 ...request.Option) error

ListPartnershipsPagesWithContext mocks base method

func (*MockB2biAPI) ListPartnershipsRequest

func (m *MockB2biAPI) ListPartnershipsRequest(arg0 *b2bi.ListPartnershipsInput) (*request.Request, *b2bi.ListPartnershipsOutput)

ListPartnershipsRequest mocks base method

func (*MockB2biAPI) ListPartnershipsWithContext

func (m *MockB2biAPI) ListPartnershipsWithContext(arg0 context.Context, arg1 *b2bi.ListPartnershipsInput, arg2 ...request.Option) (*b2bi.ListPartnershipsOutput, error)

ListPartnershipsWithContext mocks base method

func (*MockB2biAPI) ListProfiles

func (m *MockB2biAPI) ListProfiles(arg0 *b2bi.ListProfilesInput) (*b2bi.ListProfilesOutput, error)

ListProfiles mocks base method

func (*MockB2biAPI) ListProfilesPages

func (m *MockB2biAPI) ListProfilesPages(arg0 *b2bi.ListProfilesInput, arg1 func(*b2bi.ListProfilesOutput, bool) bool) error

ListProfilesPages mocks base method

func (*MockB2biAPI) ListProfilesPagesWithContext

func (m *MockB2biAPI) ListProfilesPagesWithContext(arg0 context.Context, arg1 *b2bi.ListProfilesInput, arg2 func(*b2bi.ListProfilesOutput, bool) bool, arg3 ...request.Option) error

ListProfilesPagesWithContext mocks base method

func (*MockB2biAPI) ListProfilesRequest

func (m *MockB2biAPI) ListProfilesRequest(arg0 *b2bi.ListProfilesInput) (*request.Request, *b2bi.ListProfilesOutput)

ListProfilesRequest mocks base method

func (*MockB2biAPI) ListProfilesWithContext

func (m *MockB2biAPI) ListProfilesWithContext(arg0 context.Context, arg1 *b2bi.ListProfilesInput, arg2 ...request.Option) (*b2bi.ListProfilesOutput, error)

ListProfilesWithContext mocks base method

func (*MockB2biAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockB2biAPI) ListTagsForResourceRequest

func (m *MockB2biAPI) ListTagsForResourceRequest(arg0 *b2bi.ListTagsForResourceInput) (*request.Request, *b2bi.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockB2biAPI) ListTagsForResourceWithContext

func (m *MockB2biAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *b2bi.ListTagsForResourceInput, arg2 ...request.Option) (*b2bi.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockB2biAPI) ListTransformers

func (m *MockB2biAPI) ListTransformers(arg0 *b2bi.ListTransformersInput) (*b2bi.ListTransformersOutput, error)

ListTransformers mocks base method

func (*MockB2biAPI) ListTransformersPages

func (m *MockB2biAPI) ListTransformersPages(arg0 *b2bi.ListTransformersInput, arg1 func(*b2bi.ListTransformersOutput, bool) bool) error

ListTransformersPages mocks base method

func (*MockB2biAPI) ListTransformersPagesWithContext

func (m *MockB2biAPI) ListTransformersPagesWithContext(arg0 context.Context, arg1 *b2bi.ListTransformersInput, arg2 func(*b2bi.ListTransformersOutput, bool) bool, arg3 ...request.Option) error

ListTransformersPagesWithContext mocks base method

func (*MockB2biAPI) ListTransformersRequest

func (m *MockB2biAPI) ListTransformersRequest(arg0 *b2bi.ListTransformersInput) (*request.Request, *b2bi.ListTransformersOutput)

ListTransformersRequest mocks base method

func (*MockB2biAPI) ListTransformersWithContext

func (m *MockB2biAPI) ListTransformersWithContext(arg0 context.Context, arg1 *b2bi.ListTransformersInput, arg2 ...request.Option) (*b2bi.ListTransformersOutput, error)

ListTransformersWithContext mocks base method

func (*MockB2biAPI) StartTransformerJob

StartTransformerJob mocks base method

func (*MockB2biAPI) StartTransformerJobRequest

func (m *MockB2biAPI) StartTransformerJobRequest(arg0 *b2bi.StartTransformerJobInput) (*request.Request, *b2bi.StartTransformerJobOutput)

StartTransformerJobRequest mocks base method

func (*MockB2biAPI) StartTransformerJobWithContext

func (m *MockB2biAPI) StartTransformerJobWithContext(arg0 context.Context, arg1 *b2bi.StartTransformerJobInput, arg2 ...request.Option) (*b2bi.StartTransformerJobOutput, error)

StartTransformerJobWithContext mocks base method

func (*MockB2biAPI) TagResource

func (m *MockB2biAPI) TagResource(arg0 *b2bi.TagResourceInput) (*b2bi.TagResourceOutput, error)

TagResource mocks base method

func (*MockB2biAPI) TagResourceRequest

func (m *MockB2biAPI) TagResourceRequest(arg0 *b2bi.TagResourceInput) (*request.Request, *b2bi.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockB2biAPI) TagResourceWithContext

func (m *MockB2biAPI) TagResourceWithContext(arg0 context.Context, arg1 *b2bi.TagResourceInput, arg2 ...request.Option) (*b2bi.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockB2biAPI) TestMapping

func (m *MockB2biAPI) TestMapping(arg0 *b2bi.TestMappingInput) (*b2bi.TestMappingOutput, error)

TestMapping mocks base method

func (*MockB2biAPI) TestMappingRequest

func (m *MockB2biAPI) TestMappingRequest(arg0 *b2bi.TestMappingInput) (*request.Request, *b2bi.TestMappingOutput)

TestMappingRequest mocks base method

func (*MockB2biAPI) TestMappingWithContext

func (m *MockB2biAPI) TestMappingWithContext(arg0 context.Context, arg1 *b2bi.TestMappingInput, arg2 ...request.Option) (*b2bi.TestMappingOutput, error)

TestMappingWithContext mocks base method

func (*MockB2biAPI) TestParsing

func (m *MockB2biAPI) TestParsing(arg0 *b2bi.TestParsingInput) (*b2bi.TestParsingOutput, error)

TestParsing mocks base method

func (*MockB2biAPI) TestParsingRequest

func (m *MockB2biAPI) TestParsingRequest(arg0 *b2bi.TestParsingInput) (*request.Request, *b2bi.TestParsingOutput)

TestParsingRequest mocks base method

func (*MockB2biAPI) TestParsingWithContext

func (m *MockB2biAPI) TestParsingWithContext(arg0 context.Context, arg1 *b2bi.TestParsingInput, arg2 ...request.Option) (*b2bi.TestParsingOutput, error)

TestParsingWithContext mocks base method

func (*MockB2biAPI) UntagResource

func (m *MockB2biAPI) UntagResource(arg0 *b2bi.UntagResourceInput) (*b2bi.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockB2biAPI) UntagResourceRequest

func (m *MockB2biAPI) UntagResourceRequest(arg0 *b2bi.UntagResourceInput) (*request.Request, *b2bi.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockB2biAPI) UntagResourceWithContext

func (m *MockB2biAPI) UntagResourceWithContext(arg0 context.Context, arg1 *b2bi.UntagResourceInput, arg2 ...request.Option) (*b2bi.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockB2biAPI) UpdateCapability

func (m *MockB2biAPI) UpdateCapability(arg0 *b2bi.UpdateCapabilityInput) (*b2bi.UpdateCapabilityOutput, error)

UpdateCapability mocks base method

func (*MockB2biAPI) UpdateCapabilityRequest

func (m *MockB2biAPI) UpdateCapabilityRequest(arg0 *b2bi.UpdateCapabilityInput) (*request.Request, *b2bi.UpdateCapabilityOutput)

UpdateCapabilityRequest mocks base method

func (*MockB2biAPI) UpdateCapabilityWithContext

func (m *MockB2biAPI) UpdateCapabilityWithContext(arg0 context.Context, arg1 *b2bi.UpdateCapabilityInput, arg2 ...request.Option) (*b2bi.UpdateCapabilityOutput, error)

UpdateCapabilityWithContext mocks base method

func (*MockB2biAPI) UpdatePartnership

func (m *MockB2biAPI) UpdatePartnership(arg0 *b2bi.UpdatePartnershipInput) (*b2bi.UpdatePartnershipOutput, error)

UpdatePartnership mocks base method

func (*MockB2biAPI) UpdatePartnershipRequest

func (m *MockB2biAPI) UpdatePartnershipRequest(arg0 *b2bi.UpdatePartnershipInput) (*request.Request, *b2bi.UpdatePartnershipOutput)

UpdatePartnershipRequest mocks base method

func (*MockB2biAPI) UpdatePartnershipWithContext

func (m *MockB2biAPI) UpdatePartnershipWithContext(arg0 context.Context, arg1 *b2bi.UpdatePartnershipInput, arg2 ...request.Option) (*b2bi.UpdatePartnershipOutput, error)

UpdatePartnershipWithContext mocks base method

func (*MockB2biAPI) UpdateProfile

func (m *MockB2biAPI) UpdateProfile(arg0 *b2bi.UpdateProfileInput) (*b2bi.UpdateProfileOutput, error)

UpdateProfile mocks base method

func (*MockB2biAPI) UpdateProfileRequest

func (m *MockB2biAPI) UpdateProfileRequest(arg0 *b2bi.UpdateProfileInput) (*request.Request, *b2bi.UpdateProfileOutput)

UpdateProfileRequest mocks base method

func (*MockB2biAPI) UpdateProfileWithContext

func (m *MockB2biAPI) UpdateProfileWithContext(arg0 context.Context, arg1 *b2bi.UpdateProfileInput, arg2 ...request.Option) (*b2bi.UpdateProfileOutput, error)

UpdateProfileWithContext mocks base method

func (*MockB2biAPI) UpdateTransformer

func (m *MockB2biAPI) UpdateTransformer(arg0 *b2bi.UpdateTransformerInput) (*b2bi.UpdateTransformerOutput, error)

UpdateTransformer mocks base method

func (*MockB2biAPI) UpdateTransformerRequest

func (m *MockB2biAPI) UpdateTransformerRequest(arg0 *b2bi.UpdateTransformerInput) (*request.Request, *b2bi.UpdateTransformerOutput)

UpdateTransformerRequest mocks base method

func (*MockB2biAPI) UpdateTransformerWithContext

func (m *MockB2biAPI) UpdateTransformerWithContext(arg0 context.Context, arg1 *b2bi.UpdateTransformerInput, arg2 ...request.Option) (*b2bi.UpdateTransformerOutput, error)

UpdateTransformerWithContext mocks base method

type MockB2biAPIMockRecorder

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

MockB2biAPIMockRecorder is the mock recorder for MockB2biAPI

func (*MockB2biAPIMockRecorder) CreateCapability

func (mr *MockB2biAPIMockRecorder) CreateCapability(arg0 interface{}) *gomock.Call

CreateCapability indicates an expected call of CreateCapability

func (*MockB2biAPIMockRecorder) CreateCapabilityRequest

func (mr *MockB2biAPIMockRecorder) CreateCapabilityRequest(arg0 interface{}) *gomock.Call

CreateCapabilityRequest indicates an expected call of CreateCapabilityRequest

func (*MockB2biAPIMockRecorder) CreateCapabilityWithContext

func (mr *MockB2biAPIMockRecorder) CreateCapabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCapabilityWithContext indicates an expected call of CreateCapabilityWithContext

func (*MockB2biAPIMockRecorder) CreatePartnership

func (mr *MockB2biAPIMockRecorder) CreatePartnership(arg0 interface{}) *gomock.Call

CreatePartnership indicates an expected call of CreatePartnership

func (*MockB2biAPIMockRecorder) CreatePartnershipRequest

func (mr *MockB2biAPIMockRecorder) CreatePartnershipRequest(arg0 interface{}) *gomock.Call

CreatePartnershipRequest indicates an expected call of CreatePartnershipRequest

func (*MockB2biAPIMockRecorder) CreatePartnershipWithContext

func (mr *MockB2biAPIMockRecorder) CreatePartnershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePartnershipWithContext indicates an expected call of CreatePartnershipWithContext

func (*MockB2biAPIMockRecorder) CreateProfile

func (mr *MockB2biAPIMockRecorder) CreateProfile(arg0 interface{}) *gomock.Call

CreateProfile indicates an expected call of CreateProfile

func (*MockB2biAPIMockRecorder) CreateProfileRequest

func (mr *MockB2biAPIMockRecorder) CreateProfileRequest(arg0 interface{}) *gomock.Call

CreateProfileRequest indicates an expected call of CreateProfileRequest

func (*MockB2biAPIMockRecorder) CreateProfileWithContext

func (mr *MockB2biAPIMockRecorder) CreateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProfileWithContext indicates an expected call of CreateProfileWithContext

func (*MockB2biAPIMockRecorder) CreateTransformer

func (mr *MockB2biAPIMockRecorder) CreateTransformer(arg0 interface{}) *gomock.Call

CreateTransformer indicates an expected call of CreateTransformer

func (*MockB2biAPIMockRecorder) CreateTransformerRequest

func (mr *MockB2biAPIMockRecorder) CreateTransformerRequest(arg0 interface{}) *gomock.Call

CreateTransformerRequest indicates an expected call of CreateTransformerRequest

func (*MockB2biAPIMockRecorder) CreateTransformerWithContext

func (mr *MockB2biAPIMockRecorder) CreateTransformerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransformerWithContext indicates an expected call of CreateTransformerWithContext

func (*MockB2biAPIMockRecorder) DeleteCapability

func (mr *MockB2biAPIMockRecorder) DeleteCapability(arg0 interface{}) *gomock.Call

DeleteCapability indicates an expected call of DeleteCapability

func (*MockB2biAPIMockRecorder) DeleteCapabilityRequest

func (mr *MockB2biAPIMockRecorder) DeleteCapabilityRequest(arg0 interface{}) *gomock.Call

DeleteCapabilityRequest indicates an expected call of DeleteCapabilityRequest

func (*MockB2biAPIMockRecorder) DeleteCapabilityWithContext

func (mr *MockB2biAPIMockRecorder) DeleteCapabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCapabilityWithContext indicates an expected call of DeleteCapabilityWithContext

func (*MockB2biAPIMockRecorder) DeletePartnership

func (mr *MockB2biAPIMockRecorder) DeletePartnership(arg0 interface{}) *gomock.Call

DeletePartnership indicates an expected call of DeletePartnership

func (*MockB2biAPIMockRecorder) DeletePartnershipRequest

func (mr *MockB2biAPIMockRecorder) DeletePartnershipRequest(arg0 interface{}) *gomock.Call

DeletePartnershipRequest indicates an expected call of DeletePartnershipRequest

func (*MockB2biAPIMockRecorder) DeletePartnershipWithContext

func (mr *MockB2biAPIMockRecorder) DeletePartnershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePartnershipWithContext indicates an expected call of DeletePartnershipWithContext

func (*MockB2biAPIMockRecorder) DeleteProfile

func (mr *MockB2biAPIMockRecorder) DeleteProfile(arg0 interface{}) *gomock.Call

DeleteProfile indicates an expected call of DeleteProfile

func (*MockB2biAPIMockRecorder) DeleteProfileRequest

func (mr *MockB2biAPIMockRecorder) DeleteProfileRequest(arg0 interface{}) *gomock.Call

DeleteProfileRequest indicates an expected call of DeleteProfileRequest

func (*MockB2biAPIMockRecorder) DeleteProfileWithContext

func (mr *MockB2biAPIMockRecorder) DeleteProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProfileWithContext indicates an expected call of DeleteProfileWithContext

func (*MockB2biAPIMockRecorder) DeleteTransformer

func (mr *MockB2biAPIMockRecorder) DeleteTransformer(arg0 interface{}) *gomock.Call

DeleteTransformer indicates an expected call of DeleteTransformer

func (*MockB2biAPIMockRecorder) DeleteTransformerRequest

func (mr *MockB2biAPIMockRecorder) DeleteTransformerRequest(arg0 interface{}) *gomock.Call

DeleteTransformerRequest indicates an expected call of DeleteTransformerRequest

func (*MockB2biAPIMockRecorder) DeleteTransformerWithContext

func (mr *MockB2biAPIMockRecorder) DeleteTransformerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransformerWithContext indicates an expected call of DeleteTransformerWithContext

func (*MockB2biAPIMockRecorder) GetCapability

func (mr *MockB2biAPIMockRecorder) GetCapability(arg0 interface{}) *gomock.Call

GetCapability indicates an expected call of GetCapability

func (*MockB2biAPIMockRecorder) GetCapabilityRequest

func (mr *MockB2biAPIMockRecorder) GetCapabilityRequest(arg0 interface{}) *gomock.Call

GetCapabilityRequest indicates an expected call of GetCapabilityRequest

func (*MockB2biAPIMockRecorder) GetCapabilityWithContext

func (mr *MockB2biAPIMockRecorder) GetCapabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCapabilityWithContext indicates an expected call of GetCapabilityWithContext

func (*MockB2biAPIMockRecorder) GetPartnership

func (mr *MockB2biAPIMockRecorder) GetPartnership(arg0 interface{}) *gomock.Call

GetPartnership indicates an expected call of GetPartnership

func (*MockB2biAPIMockRecorder) GetPartnershipRequest

func (mr *MockB2biAPIMockRecorder) GetPartnershipRequest(arg0 interface{}) *gomock.Call

GetPartnershipRequest indicates an expected call of GetPartnershipRequest

func (*MockB2biAPIMockRecorder) GetPartnershipWithContext

func (mr *MockB2biAPIMockRecorder) GetPartnershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPartnershipWithContext indicates an expected call of GetPartnershipWithContext

func (*MockB2biAPIMockRecorder) GetProfile

func (mr *MockB2biAPIMockRecorder) GetProfile(arg0 interface{}) *gomock.Call

GetProfile indicates an expected call of GetProfile

func (*MockB2biAPIMockRecorder) GetProfileRequest

func (mr *MockB2biAPIMockRecorder) GetProfileRequest(arg0 interface{}) *gomock.Call

GetProfileRequest indicates an expected call of GetProfileRequest

func (*MockB2biAPIMockRecorder) GetProfileWithContext

func (mr *MockB2biAPIMockRecorder) GetProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProfileWithContext indicates an expected call of GetProfileWithContext

func (*MockB2biAPIMockRecorder) GetTransformer

func (mr *MockB2biAPIMockRecorder) GetTransformer(arg0 interface{}) *gomock.Call

GetTransformer indicates an expected call of GetTransformer

func (*MockB2biAPIMockRecorder) GetTransformerJob

func (mr *MockB2biAPIMockRecorder) GetTransformerJob(arg0 interface{}) *gomock.Call

GetTransformerJob indicates an expected call of GetTransformerJob

func (*MockB2biAPIMockRecorder) GetTransformerJobRequest

func (mr *MockB2biAPIMockRecorder) GetTransformerJobRequest(arg0 interface{}) *gomock.Call

GetTransformerJobRequest indicates an expected call of GetTransformerJobRequest

func (*MockB2biAPIMockRecorder) GetTransformerJobWithContext

func (mr *MockB2biAPIMockRecorder) GetTransformerJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransformerJobWithContext indicates an expected call of GetTransformerJobWithContext

func (*MockB2biAPIMockRecorder) GetTransformerRequest

func (mr *MockB2biAPIMockRecorder) GetTransformerRequest(arg0 interface{}) *gomock.Call

GetTransformerRequest indicates an expected call of GetTransformerRequest

func (*MockB2biAPIMockRecorder) GetTransformerWithContext

func (mr *MockB2biAPIMockRecorder) GetTransformerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransformerWithContext indicates an expected call of GetTransformerWithContext

func (*MockB2biAPIMockRecorder) ListCapabilities

func (mr *MockB2biAPIMockRecorder) ListCapabilities(arg0 interface{}) *gomock.Call

ListCapabilities indicates an expected call of ListCapabilities

func (*MockB2biAPIMockRecorder) ListCapabilitiesPages

func (mr *MockB2biAPIMockRecorder) ListCapabilitiesPages(arg0, arg1 interface{}) *gomock.Call

ListCapabilitiesPages indicates an expected call of ListCapabilitiesPages

func (*MockB2biAPIMockRecorder) ListCapabilitiesPagesWithContext

func (mr *MockB2biAPIMockRecorder) ListCapabilitiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListCapabilitiesPagesWithContext indicates an expected call of ListCapabilitiesPagesWithContext

func (*MockB2biAPIMockRecorder) ListCapabilitiesRequest

func (mr *MockB2biAPIMockRecorder) ListCapabilitiesRequest(arg0 interface{}) *gomock.Call

ListCapabilitiesRequest indicates an expected call of ListCapabilitiesRequest

func (*MockB2biAPIMockRecorder) ListCapabilitiesWithContext

func (mr *MockB2biAPIMockRecorder) ListCapabilitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCapabilitiesWithContext indicates an expected call of ListCapabilitiesWithContext

func (*MockB2biAPIMockRecorder) ListPartnerships

func (mr *MockB2biAPIMockRecorder) ListPartnerships(arg0 interface{}) *gomock.Call

ListPartnerships indicates an expected call of ListPartnerships

func (*MockB2biAPIMockRecorder) ListPartnershipsPages

func (mr *MockB2biAPIMockRecorder) ListPartnershipsPages(arg0, arg1 interface{}) *gomock.Call

ListPartnershipsPages indicates an expected call of ListPartnershipsPages

func (*MockB2biAPIMockRecorder) ListPartnershipsPagesWithContext

func (mr *MockB2biAPIMockRecorder) ListPartnershipsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPartnershipsPagesWithContext indicates an expected call of ListPartnershipsPagesWithContext

func (*MockB2biAPIMockRecorder) ListPartnershipsRequest

func (mr *MockB2biAPIMockRecorder) ListPartnershipsRequest(arg0 interface{}) *gomock.Call

ListPartnershipsRequest indicates an expected call of ListPartnershipsRequest

func (*MockB2biAPIMockRecorder) ListPartnershipsWithContext

func (mr *MockB2biAPIMockRecorder) ListPartnershipsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPartnershipsWithContext indicates an expected call of ListPartnershipsWithContext

func (*MockB2biAPIMockRecorder) ListProfiles

func (mr *MockB2biAPIMockRecorder) ListProfiles(arg0 interface{}) *gomock.Call

ListProfiles indicates an expected call of ListProfiles

func (*MockB2biAPIMockRecorder) ListProfilesPages

func (mr *MockB2biAPIMockRecorder) ListProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListProfilesPages indicates an expected call of ListProfilesPages

func (*MockB2biAPIMockRecorder) ListProfilesPagesWithContext

func (mr *MockB2biAPIMockRecorder) ListProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProfilesPagesWithContext indicates an expected call of ListProfilesPagesWithContext

func (*MockB2biAPIMockRecorder) ListProfilesRequest

func (mr *MockB2biAPIMockRecorder) ListProfilesRequest(arg0 interface{}) *gomock.Call

ListProfilesRequest indicates an expected call of ListProfilesRequest

func (*MockB2biAPIMockRecorder) ListProfilesWithContext

func (mr *MockB2biAPIMockRecorder) ListProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProfilesWithContext indicates an expected call of ListProfilesWithContext

func (*MockB2biAPIMockRecorder) ListTagsForResource

func (mr *MockB2biAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockB2biAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockB2biAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockB2biAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockB2biAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockB2biAPIMockRecorder) ListTransformers

func (mr *MockB2biAPIMockRecorder) ListTransformers(arg0 interface{}) *gomock.Call

ListTransformers indicates an expected call of ListTransformers

func (*MockB2biAPIMockRecorder) ListTransformersPages

func (mr *MockB2biAPIMockRecorder) ListTransformersPages(arg0, arg1 interface{}) *gomock.Call

ListTransformersPages indicates an expected call of ListTransformersPages

func (*MockB2biAPIMockRecorder) ListTransformersPagesWithContext

func (mr *MockB2biAPIMockRecorder) ListTransformersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTransformersPagesWithContext indicates an expected call of ListTransformersPagesWithContext

func (*MockB2biAPIMockRecorder) ListTransformersRequest

func (mr *MockB2biAPIMockRecorder) ListTransformersRequest(arg0 interface{}) *gomock.Call

ListTransformersRequest indicates an expected call of ListTransformersRequest

func (*MockB2biAPIMockRecorder) ListTransformersWithContext

func (mr *MockB2biAPIMockRecorder) ListTransformersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTransformersWithContext indicates an expected call of ListTransformersWithContext

func (*MockB2biAPIMockRecorder) StartTransformerJob

func (mr *MockB2biAPIMockRecorder) StartTransformerJob(arg0 interface{}) *gomock.Call

StartTransformerJob indicates an expected call of StartTransformerJob

func (*MockB2biAPIMockRecorder) StartTransformerJobRequest

func (mr *MockB2biAPIMockRecorder) StartTransformerJobRequest(arg0 interface{}) *gomock.Call

StartTransformerJobRequest indicates an expected call of StartTransformerJobRequest

func (*MockB2biAPIMockRecorder) StartTransformerJobWithContext

func (mr *MockB2biAPIMockRecorder) StartTransformerJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTransformerJobWithContext indicates an expected call of StartTransformerJobWithContext

func (*MockB2biAPIMockRecorder) TagResource

func (mr *MockB2biAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockB2biAPIMockRecorder) TagResourceRequest

func (mr *MockB2biAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockB2biAPIMockRecorder) TagResourceWithContext

func (mr *MockB2biAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockB2biAPIMockRecorder) TestMapping

func (mr *MockB2biAPIMockRecorder) TestMapping(arg0 interface{}) *gomock.Call

TestMapping indicates an expected call of TestMapping

func (*MockB2biAPIMockRecorder) TestMappingRequest

func (mr *MockB2biAPIMockRecorder) TestMappingRequest(arg0 interface{}) *gomock.Call

TestMappingRequest indicates an expected call of TestMappingRequest

func (*MockB2biAPIMockRecorder) TestMappingWithContext

func (mr *MockB2biAPIMockRecorder) TestMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestMappingWithContext indicates an expected call of TestMappingWithContext

func (*MockB2biAPIMockRecorder) TestParsing

func (mr *MockB2biAPIMockRecorder) TestParsing(arg0 interface{}) *gomock.Call

TestParsing indicates an expected call of TestParsing

func (*MockB2biAPIMockRecorder) TestParsingRequest

func (mr *MockB2biAPIMockRecorder) TestParsingRequest(arg0 interface{}) *gomock.Call

TestParsingRequest indicates an expected call of TestParsingRequest

func (*MockB2biAPIMockRecorder) TestParsingWithContext

func (mr *MockB2biAPIMockRecorder) TestParsingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestParsingWithContext indicates an expected call of TestParsingWithContext

func (*MockB2biAPIMockRecorder) UntagResource

func (mr *MockB2biAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockB2biAPIMockRecorder) UntagResourceRequest

func (mr *MockB2biAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockB2biAPIMockRecorder) UntagResourceWithContext

func (mr *MockB2biAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockB2biAPIMockRecorder) UpdateCapability

func (mr *MockB2biAPIMockRecorder) UpdateCapability(arg0 interface{}) *gomock.Call

UpdateCapability indicates an expected call of UpdateCapability

func (*MockB2biAPIMockRecorder) UpdateCapabilityRequest

func (mr *MockB2biAPIMockRecorder) UpdateCapabilityRequest(arg0 interface{}) *gomock.Call

UpdateCapabilityRequest indicates an expected call of UpdateCapabilityRequest

func (*MockB2biAPIMockRecorder) UpdateCapabilityWithContext

func (mr *MockB2biAPIMockRecorder) UpdateCapabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateCapabilityWithContext indicates an expected call of UpdateCapabilityWithContext

func (*MockB2biAPIMockRecorder) UpdatePartnership

func (mr *MockB2biAPIMockRecorder) UpdatePartnership(arg0 interface{}) *gomock.Call

UpdatePartnership indicates an expected call of UpdatePartnership

func (*MockB2biAPIMockRecorder) UpdatePartnershipRequest

func (mr *MockB2biAPIMockRecorder) UpdatePartnershipRequest(arg0 interface{}) *gomock.Call

UpdatePartnershipRequest indicates an expected call of UpdatePartnershipRequest

func (*MockB2biAPIMockRecorder) UpdatePartnershipWithContext

func (mr *MockB2biAPIMockRecorder) UpdatePartnershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePartnershipWithContext indicates an expected call of UpdatePartnershipWithContext

func (*MockB2biAPIMockRecorder) UpdateProfile

func (mr *MockB2biAPIMockRecorder) UpdateProfile(arg0 interface{}) *gomock.Call

UpdateProfile indicates an expected call of UpdateProfile

func (*MockB2biAPIMockRecorder) UpdateProfileRequest

func (mr *MockB2biAPIMockRecorder) UpdateProfileRequest(arg0 interface{}) *gomock.Call

UpdateProfileRequest indicates an expected call of UpdateProfileRequest

func (*MockB2biAPIMockRecorder) UpdateProfileWithContext

func (mr *MockB2biAPIMockRecorder) UpdateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProfileWithContext indicates an expected call of UpdateProfileWithContext

func (*MockB2biAPIMockRecorder) UpdateTransformer

func (mr *MockB2biAPIMockRecorder) UpdateTransformer(arg0 interface{}) *gomock.Call

UpdateTransformer indicates an expected call of UpdateTransformer

func (*MockB2biAPIMockRecorder) UpdateTransformerRequest

func (mr *MockB2biAPIMockRecorder) UpdateTransformerRequest(arg0 interface{}) *gomock.Call

UpdateTransformerRequest indicates an expected call of UpdateTransformerRequest

func (*MockB2biAPIMockRecorder) UpdateTransformerWithContext

func (mr *MockB2biAPIMockRecorder) UpdateTransformerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTransformerWithContext indicates an expected call of UpdateTransformerWithContext

Jump to

Keyboard shortcuts

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