Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DescribeAgreement(ctx context.Context, params *marketplaceagreement.DescribeAgreementInput, ...) (*marketplaceagreement.DescribeAgreementOutput, error)
- func (_m *IClient) GetAgreementTerms(ctx context.Context, params *marketplaceagreement.GetAgreementTermsInput, ...) (*marketplaceagreement.GetAgreementTermsOutput, error)
- func (_m *IClient) Options() marketplaceagreement.Options
- func (_m *IClient) SearchAgreements(ctx context.Context, params *marketplaceagreement.SearchAgreementsInput, ...) (*marketplaceagreement.SearchAgreementsOutput, 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) DescribeAgreement ¶
func (_m *IClient) DescribeAgreement(ctx context.Context, params *marketplaceagreement.DescribeAgreementInput, optFns ...func(*marketplaceagreement.Options)) (*marketplaceagreement.DescribeAgreementOutput, error)
DescribeAgreement provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAgreementTerms ¶
func (_m *IClient) GetAgreementTerms(ctx context.Context, params *marketplaceagreement.GetAgreementTermsInput, optFns ...func(*marketplaceagreement.Options)) (*marketplaceagreement.GetAgreementTermsOutput, error)
GetAgreementTerms provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() marketplaceagreement.Options
Options provides a mock function with given fields:
func (*IClient) SearchAgreements ¶
func (_m *IClient) SearchAgreements(ctx context.Context, params *marketplaceagreement.SearchAgreementsInput, optFns ...func(*marketplaceagreement.Options)) (*marketplaceagreement.SearchAgreementsOutput, error)
SearchAgreements provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.