Documentation ¶
Overview ¶
Package pricingmock is a generated GoMock package.
Index ¶
- type MockPricingAPI
- func (m *MockPricingAPI) DescribeServices(arg0 *pricing.DescribeServicesInput) (*pricing.DescribeServicesOutput, error)
- func (m *MockPricingAPI) DescribeServicesPages(arg0 *pricing.DescribeServicesInput, ...) error
- func (m *MockPricingAPI) DescribeServicesPagesWithContext(arg0 context.Context, arg1 *pricing.DescribeServicesInput, ...) error
- func (m *MockPricingAPI) DescribeServicesRequest(arg0 *pricing.DescribeServicesInput) (*request.Request, *pricing.DescribeServicesOutput)
- func (m *MockPricingAPI) DescribeServicesWithContext(arg0 context.Context, arg1 *pricing.DescribeServicesInput, ...) (*pricing.DescribeServicesOutput, error)
- func (m *MockPricingAPI) EXPECT() *MockPricingAPIMockRecorder
- func (m *MockPricingAPI) GetAttributeValues(arg0 *pricing.GetAttributeValuesInput) (*pricing.GetAttributeValuesOutput, error)
- func (m *MockPricingAPI) GetAttributeValuesPages(arg0 *pricing.GetAttributeValuesInput, ...) error
- func (m *MockPricingAPI) GetAttributeValuesPagesWithContext(arg0 context.Context, arg1 *pricing.GetAttributeValuesInput, ...) error
- func (m *MockPricingAPI) GetAttributeValuesRequest(arg0 *pricing.GetAttributeValuesInput) (*request.Request, *pricing.GetAttributeValuesOutput)
- func (m *MockPricingAPI) GetAttributeValuesWithContext(arg0 context.Context, arg1 *pricing.GetAttributeValuesInput, ...) (*pricing.GetAttributeValuesOutput, error)
- func (m *MockPricingAPI) GetProducts(arg0 *pricing.GetProductsInput) (*pricing.GetProductsOutput, error)
- func (m *MockPricingAPI) GetProductsPages(arg0 *pricing.GetProductsInput, ...) error
- func (m *MockPricingAPI) GetProductsPagesWithContext(arg0 context.Context, arg1 *pricing.GetProductsInput, ...) error
- func (m *MockPricingAPI) GetProductsRequest(arg0 *pricing.GetProductsInput) (*request.Request, *pricing.GetProductsOutput)
- func (m *MockPricingAPI) GetProductsWithContext(arg0 context.Context, arg1 *pricing.GetProductsInput, arg2 ...request.Option) (*pricing.GetProductsOutput, error)
- type MockPricingAPIMockRecorder
- func (mr *MockPricingAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) DescribeServicesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) DescribeServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetAttributeValues(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetAttributeValuesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetAttributeValuesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetAttributeValuesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetAttributeValuesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetProducts(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetProductsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetProductsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetProductsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPricingAPIMockRecorder) GetProductsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPricingAPI ¶
type MockPricingAPI struct {
// contains filtered or unexported fields
}
MockPricingAPI is a mock of PricingAPI interface
func NewMockPricingAPI ¶
func NewMockPricingAPI(ctrl *gomock.Controller) *MockPricingAPI
NewMockPricingAPI creates a new mock instance
func (*MockPricingAPI) DescribeServices ¶
func (m *MockPricingAPI) DescribeServices(arg0 *pricing.DescribeServicesInput) (*pricing.DescribeServicesOutput, error)
DescribeServices mocks base method
func (*MockPricingAPI) DescribeServicesPages ¶
func (m *MockPricingAPI) DescribeServicesPages(arg0 *pricing.DescribeServicesInput, arg1 func(*pricing.DescribeServicesOutput, bool) bool) error
DescribeServicesPages mocks base method
func (*MockPricingAPI) DescribeServicesPagesWithContext ¶
func (m *MockPricingAPI) DescribeServicesPagesWithContext(arg0 context.Context, arg1 *pricing.DescribeServicesInput, arg2 func(*pricing.DescribeServicesOutput, bool) bool, arg3 ...request.Option) error
DescribeServicesPagesWithContext mocks base method
func (*MockPricingAPI) DescribeServicesRequest ¶
func (m *MockPricingAPI) DescribeServicesRequest(arg0 *pricing.DescribeServicesInput) (*request.Request, *pricing.DescribeServicesOutput)
DescribeServicesRequest mocks base method
func (*MockPricingAPI) DescribeServicesWithContext ¶
func (m *MockPricingAPI) DescribeServicesWithContext(arg0 context.Context, arg1 *pricing.DescribeServicesInput, arg2 ...request.Option) (*pricing.DescribeServicesOutput, error)
DescribeServicesWithContext mocks base method
func (*MockPricingAPI) EXPECT ¶
func (m *MockPricingAPI) EXPECT() *MockPricingAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPricingAPI) GetAttributeValues ¶
func (m *MockPricingAPI) GetAttributeValues(arg0 *pricing.GetAttributeValuesInput) (*pricing.GetAttributeValuesOutput, error)
GetAttributeValues mocks base method
func (*MockPricingAPI) GetAttributeValuesPages ¶
func (m *MockPricingAPI) GetAttributeValuesPages(arg0 *pricing.GetAttributeValuesInput, arg1 func(*pricing.GetAttributeValuesOutput, bool) bool) error
GetAttributeValuesPages mocks base method
func (*MockPricingAPI) GetAttributeValuesPagesWithContext ¶
func (m *MockPricingAPI) GetAttributeValuesPagesWithContext(arg0 context.Context, arg1 *pricing.GetAttributeValuesInput, arg2 func(*pricing.GetAttributeValuesOutput, bool) bool, arg3 ...request.Option) error
GetAttributeValuesPagesWithContext mocks base method
func (*MockPricingAPI) GetAttributeValuesRequest ¶
func (m *MockPricingAPI) GetAttributeValuesRequest(arg0 *pricing.GetAttributeValuesInput) (*request.Request, *pricing.GetAttributeValuesOutput)
GetAttributeValuesRequest mocks base method
func (*MockPricingAPI) GetAttributeValuesWithContext ¶
func (m *MockPricingAPI) GetAttributeValuesWithContext(arg0 context.Context, arg1 *pricing.GetAttributeValuesInput, arg2 ...request.Option) (*pricing.GetAttributeValuesOutput, error)
GetAttributeValuesWithContext mocks base method
func (*MockPricingAPI) GetProducts ¶
func (m *MockPricingAPI) GetProducts(arg0 *pricing.GetProductsInput) (*pricing.GetProductsOutput, error)
GetProducts mocks base method
func (*MockPricingAPI) GetProductsPages ¶
func (m *MockPricingAPI) GetProductsPages(arg0 *pricing.GetProductsInput, arg1 func(*pricing.GetProductsOutput, bool) bool) error
GetProductsPages mocks base method
func (*MockPricingAPI) GetProductsPagesWithContext ¶
func (m *MockPricingAPI) GetProductsPagesWithContext(arg0 context.Context, arg1 *pricing.GetProductsInput, arg2 func(*pricing.GetProductsOutput, bool) bool, arg3 ...request.Option) error
GetProductsPagesWithContext mocks base method
func (*MockPricingAPI) GetProductsRequest ¶
func (m *MockPricingAPI) GetProductsRequest(arg0 *pricing.GetProductsInput) (*request.Request, *pricing.GetProductsOutput)
GetProductsRequest mocks base method
func (*MockPricingAPI) GetProductsWithContext ¶
func (m *MockPricingAPI) GetProductsWithContext(arg0 context.Context, arg1 *pricing.GetProductsInput, arg2 ...request.Option) (*pricing.GetProductsOutput, error)
GetProductsWithContext mocks base method
type MockPricingAPIMockRecorder ¶
type MockPricingAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockPricingAPIMockRecorder is the mock recorder for MockPricingAPI
func (*MockPricingAPIMockRecorder) DescribeServices ¶
func (mr *MockPricingAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call
DescribeServices indicates an expected call of DescribeServices
func (*MockPricingAPIMockRecorder) DescribeServicesPages ¶
func (mr *MockPricingAPIMockRecorder) DescribeServicesPages(arg0, arg1 interface{}) *gomock.Call
DescribeServicesPages indicates an expected call of DescribeServicesPages
func (*MockPricingAPIMockRecorder) DescribeServicesPagesWithContext ¶
func (mr *MockPricingAPIMockRecorder) DescribeServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeServicesPagesWithContext indicates an expected call of DescribeServicesPagesWithContext
func (*MockPricingAPIMockRecorder) DescribeServicesRequest ¶
func (mr *MockPricingAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call
DescribeServicesRequest indicates an expected call of DescribeServicesRequest
func (*MockPricingAPIMockRecorder) DescribeServicesWithContext ¶
func (mr *MockPricingAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext
func (*MockPricingAPIMockRecorder) GetAttributeValues ¶
func (mr *MockPricingAPIMockRecorder) GetAttributeValues(arg0 interface{}) *gomock.Call
GetAttributeValues indicates an expected call of GetAttributeValues
func (*MockPricingAPIMockRecorder) GetAttributeValuesPages ¶
func (mr *MockPricingAPIMockRecorder) GetAttributeValuesPages(arg0, arg1 interface{}) *gomock.Call
GetAttributeValuesPages indicates an expected call of GetAttributeValuesPages
func (*MockPricingAPIMockRecorder) GetAttributeValuesPagesWithContext ¶
func (mr *MockPricingAPIMockRecorder) GetAttributeValuesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetAttributeValuesPagesWithContext indicates an expected call of GetAttributeValuesPagesWithContext
func (*MockPricingAPIMockRecorder) GetAttributeValuesRequest ¶
func (mr *MockPricingAPIMockRecorder) GetAttributeValuesRequest(arg0 interface{}) *gomock.Call
GetAttributeValuesRequest indicates an expected call of GetAttributeValuesRequest
func (*MockPricingAPIMockRecorder) GetAttributeValuesWithContext ¶
func (mr *MockPricingAPIMockRecorder) GetAttributeValuesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetAttributeValuesWithContext indicates an expected call of GetAttributeValuesWithContext
func (*MockPricingAPIMockRecorder) GetProducts ¶
func (mr *MockPricingAPIMockRecorder) GetProducts(arg0 interface{}) *gomock.Call
GetProducts indicates an expected call of GetProducts
func (*MockPricingAPIMockRecorder) GetProductsPages ¶
func (mr *MockPricingAPIMockRecorder) GetProductsPages(arg0, arg1 interface{}) *gomock.Call
GetProductsPages indicates an expected call of GetProductsPages
func (*MockPricingAPIMockRecorder) GetProductsPagesWithContext ¶
func (mr *MockPricingAPIMockRecorder) GetProductsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetProductsPagesWithContext indicates an expected call of GetProductsPagesWithContext
func (*MockPricingAPIMockRecorder) GetProductsRequest ¶
func (mr *MockPricingAPIMockRecorder) GetProductsRequest(arg0 interface{}) *gomock.Call
GetProductsRequest indicates an expected call of GetProductsRequest
func (*MockPricingAPIMockRecorder) GetProductsWithContext ¶
func (mr *MockPricingAPIMockRecorder) GetProductsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetProductsWithContext indicates an expected call of GetProductsWithContext