pricingmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package pricingmock is a generated GoMock package.

Index

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

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

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

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

func (*MockPricingAPI) GetAttributeValues

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

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

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

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.

Jump to

Keyboard shortcuts

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