Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAWSLicenseManagerInterface ¶ added in v4.62.0
type MockAWSLicenseManagerInterface struct {
// contains filtered or unexported fields
}
MockAWSLicenseManagerInterface is a mock of AWSLicenseManagerInterface interface.
func NewMockAWSLicenseManagerInterface ¶ added in v4.62.0
func NewMockAWSLicenseManagerInterface(ctrl *gomock.Controller) *MockAWSLicenseManagerInterface
NewMockAWSLicenseManagerInterface creates a new mock instance.
func (*MockAWSLicenseManagerInterface) CheckoutLicense ¶ added in v4.62.0
func (m *MockAWSLicenseManagerInterface) CheckoutLicense(ctx context.Context, params *licensemanager.CheckoutLicenseInput, optFns ...func(*licensemanager.Options)) (*licensemanager.CheckoutLicenseOutput, error)
CheckoutLicense mocks base method.
func (*MockAWSLicenseManagerInterface) EXPECT ¶ added in v4.62.0
func (m *MockAWSLicenseManagerInterface) EXPECT() *MockAWSLicenseManagerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAWSLicenseManagerInterfaceMockRecorder ¶ added in v4.62.0
type MockAWSLicenseManagerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAWSLicenseManagerInterfaceMockRecorder is the mock recorder for MockAWSLicenseManagerInterface.
func (*MockAWSLicenseManagerInterfaceMockRecorder) CheckoutLicense ¶ added in v4.62.0
func (mr *MockAWSLicenseManagerInterfaceMockRecorder) CheckoutLicense(ctx, params any, optFns ...any) *gomock.Call
CheckoutLicense indicates an expected call of CheckoutLicense.
type MockAWSMarketplaceClientInterface ¶
type MockAWSMarketplaceClientInterface struct {
// contains filtered or unexported fields
}
MockAWSMarketplaceClientInterface is a mock of AWSMarketplaceClientInterface interface.
func NewMockAWSMarketplaceClientInterface ¶
func NewMockAWSMarketplaceClientInterface(ctrl *gomock.Controller) *MockAWSMarketplaceClientInterface
NewMockAWSMarketplaceClientInterface creates a new mock instance.
func (*MockAWSMarketplaceClientInterface) EXPECT ¶
func (m *MockAWSMarketplaceClientInterface) EXPECT() *MockAWSMarketplaceClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAWSMarketplaceClientInterface) MeterUsage ¶
func (m *MockAWSMarketplaceClientInterface) MeterUsage(ctx context.Context, params *marketplacemetering.MeterUsageInput, optFns ...func(*marketplacemetering.Options)) (*marketplacemetering.MeterUsageOutput, error)
MeterUsage mocks base method.
type MockAWSMarketplaceClientInterfaceMockRecorder ¶
type MockAWSMarketplaceClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAWSMarketplaceClientInterfaceMockRecorder is the mock recorder for MockAWSMarketplaceClientInterface.
func (*MockAWSMarketplaceClientInterfaceMockRecorder) MeterUsage ¶
func (mr *MockAWSMarketplaceClientInterfaceMockRecorder) MeterUsage(ctx, params any, optFns ...any) *gomock.Call
MeterUsage indicates an expected call of MeterUsage.