simpledbmock

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 simpledbmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSimpleDBAPI

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

MockSimpleDBAPI is a mock of SimpleDBAPI interface.

func NewMockSimpleDBAPI

func NewMockSimpleDBAPI(ctrl *gomock.Controller) *MockSimpleDBAPI

NewMockSimpleDBAPI creates a new mock instance.

func (*MockSimpleDBAPI) BatchDeleteAttributes

BatchDeleteAttributes mocks base method.

func (*MockSimpleDBAPI) BatchDeleteAttributesRequest

BatchDeleteAttributesRequest mocks base method.

func (*MockSimpleDBAPI) BatchDeleteAttributesWithContext

func (m *MockSimpleDBAPI) BatchDeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchDeleteAttributesInput, arg2 ...request.Option) (*simpledb.BatchDeleteAttributesOutput, error)

BatchDeleteAttributesWithContext mocks base method.

func (*MockSimpleDBAPI) BatchPutAttributes

BatchPutAttributes mocks base method.

func (*MockSimpleDBAPI) BatchPutAttributesRequest

BatchPutAttributesRequest mocks base method.

func (*MockSimpleDBAPI) BatchPutAttributesWithContext

func (m *MockSimpleDBAPI) BatchPutAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchPutAttributesInput, arg2 ...request.Option) (*simpledb.BatchPutAttributesOutput, error)

BatchPutAttributesWithContext mocks base method.

func (*MockSimpleDBAPI) CreateDomain

CreateDomain mocks base method.

func (*MockSimpleDBAPI) CreateDomainRequest

CreateDomainRequest mocks base method.

func (*MockSimpleDBAPI) CreateDomainWithContext

func (m *MockSimpleDBAPI) CreateDomainWithContext(arg0 context.Context, arg1 *simpledb.CreateDomainInput, arg2 ...request.Option) (*simpledb.CreateDomainOutput, error)

CreateDomainWithContext mocks base method.

func (*MockSimpleDBAPI) DeleteAttributes

DeleteAttributes mocks base method.

func (*MockSimpleDBAPI) DeleteAttributesRequest

DeleteAttributesRequest mocks base method.

func (*MockSimpleDBAPI) DeleteAttributesWithContext

func (m *MockSimpleDBAPI) DeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.DeleteAttributesInput, arg2 ...request.Option) (*simpledb.DeleteAttributesOutput, error)

DeleteAttributesWithContext mocks base method.

func (*MockSimpleDBAPI) DeleteDomain

DeleteDomain mocks base method.

func (*MockSimpleDBAPI) DeleteDomainRequest

DeleteDomainRequest mocks base method.

func (*MockSimpleDBAPI) DeleteDomainWithContext

func (m *MockSimpleDBAPI) DeleteDomainWithContext(arg0 context.Context, arg1 *simpledb.DeleteDomainInput, arg2 ...request.Option) (*simpledb.DeleteDomainOutput, error)

DeleteDomainWithContext mocks base method.

func (*MockSimpleDBAPI) DomainMetadata

DomainMetadata mocks base method.

func (*MockSimpleDBAPI) DomainMetadataRequest

DomainMetadataRequest mocks base method.

func (*MockSimpleDBAPI) DomainMetadataWithContext

func (m *MockSimpleDBAPI) DomainMetadataWithContext(arg0 context.Context, arg1 *simpledb.DomainMetadataInput, arg2 ...request.Option) (*simpledb.DomainMetadataOutput, error)

DomainMetadataWithContext mocks base method.

func (*MockSimpleDBAPI) EXPECT

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

func (*MockSimpleDBAPI) GetAttributes

GetAttributes mocks base method.

func (*MockSimpleDBAPI) GetAttributesRequest

GetAttributesRequest mocks base method.

func (*MockSimpleDBAPI) GetAttributesWithContext

func (m *MockSimpleDBAPI) GetAttributesWithContext(arg0 context.Context, arg1 *simpledb.GetAttributesInput, arg2 ...request.Option) (*simpledb.GetAttributesOutput, error)

GetAttributesWithContext mocks base method.

func (*MockSimpleDBAPI) ListDomains

ListDomains mocks base method.

func (*MockSimpleDBAPI) ListDomainsPages

func (m *MockSimpleDBAPI) ListDomainsPages(arg0 *simpledb.ListDomainsInput, arg1 func(*simpledb.ListDomainsOutput, bool) bool) error

ListDomainsPages mocks base method.

func (*MockSimpleDBAPI) ListDomainsPagesWithContext

func (m *MockSimpleDBAPI) ListDomainsPagesWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, arg2 func(*simpledb.ListDomainsOutput, bool) bool, arg3 ...request.Option) error

ListDomainsPagesWithContext mocks base method.

func (*MockSimpleDBAPI) ListDomainsRequest

ListDomainsRequest mocks base method.

func (*MockSimpleDBAPI) ListDomainsWithContext

func (m *MockSimpleDBAPI) ListDomainsWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, arg2 ...request.Option) (*simpledb.ListDomainsOutput, error)

ListDomainsWithContext mocks base method.

func (*MockSimpleDBAPI) PutAttributes

PutAttributes mocks base method.

func (*MockSimpleDBAPI) PutAttributesRequest

PutAttributesRequest mocks base method.

func (*MockSimpleDBAPI) PutAttributesWithContext

func (m *MockSimpleDBAPI) PutAttributesWithContext(arg0 context.Context, arg1 *simpledb.PutAttributesInput, arg2 ...request.Option) (*simpledb.PutAttributesOutput, error)

PutAttributesWithContext mocks base method.

func (*MockSimpleDBAPI) Select

Select mocks base method.

func (*MockSimpleDBAPI) SelectPages

func (m *MockSimpleDBAPI) SelectPages(arg0 *simpledb.SelectInput, arg1 func(*simpledb.SelectOutput, bool) bool) error

SelectPages mocks base method.

func (*MockSimpleDBAPI) SelectPagesWithContext

func (m *MockSimpleDBAPI) SelectPagesWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, arg2 func(*simpledb.SelectOutput, bool) bool, arg3 ...request.Option) error

SelectPagesWithContext mocks base method.

func (*MockSimpleDBAPI) SelectRequest

SelectRequest mocks base method.

func (*MockSimpleDBAPI) SelectWithContext

func (m *MockSimpleDBAPI) SelectWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, arg2 ...request.Option) (*simpledb.SelectOutput, error)

SelectWithContext mocks base method.

type MockSimpleDBAPIMockRecorder

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

MockSimpleDBAPIMockRecorder is the mock recorder for MockSimpleDBAPI.

func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributes

func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributes(arg0 interface{}) *gomock.Call

BatchDeleteAttributes indicates an expected call of BatchDeleteAttributes.

func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributesRequest

func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesRequest(arg0 interface{}) *gomock.Call

BatchDeleteAttributesRequest indicates an expected call of BatchDeleteAttributesRequest.

func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributesWithContext

func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDeleteAttributesWithContext indicates an expected call of BatchDeleteAttributesWithContext.

func (*MockSimpleDBAPIMockRecorder) BatchPutAttributes

func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributes(arg0 interface{}) *gomock.Call

BatchPutAttributes indicates an expected call of BatchPutAttributes.

func (*MockSimpleDBAPIMockRecorder) BatchPutAttributesRequest

func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesRequest(arg0 interface{}) *gomock.Call

BatchPutAttributesRequest indicates an expected call of BatchPutAttributesRequest.

func (*MockSimpleDBAPIMockRecorder) BatchPutAttributesWithContext

func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchPutAttributesWithContext indicates an expected call of BatchPutAttributesWithContext.

func (*MockSimpleDBAPIMockRecorder) CreateDomain

func (mr *MockSimpleDBAPIMockRecorder) CreateDomain(arg0 interface{}) *gomock.Call

CreateDomain indicates an expected call of CreateDomain.

func (*MockSimpleDBAPIMockRecorder) CreateDomainRequest

func (mr *MockSimpleDBAPIMockRecorder) CreateDomainRequest(arg0 interface{}) *gomock.Call

CreateDomainRequest indicates an expected call of CreateDomainRequest.

func (*MockSimpleDBAPIMockRecorder) CreateDomainWithContext

func (mr *MockSimpleDBAPIMockRecorder) CreateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDomainWithContext indicates an expected call of CreateDomainWithContext.

func (*MockSimpleDBAPIMockRecorder) DeleteAttributes

func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call

DeleteAttributes indicates an expected call of DeleteAttributes.

func (*MockSimpleDBAPIMockRecorder) DeleteAttributesRequest

func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call

DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest.

func (*MockSimpleDBAPIMockRecorder) DeleteAttributesWithContext

func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext.

func (*MockSimpleDBAPIMockRecorder) DeleteDomain

func (mr *MockSimpleDBAPIMockRecorder) DeleteDomain(arg0 interface{}) *gomock.Call

DeleteDomain indicates an expected call of DeleteDomain.

func (*MockSimpleDBAPIMockRecorder) DeleteDomainRequest

func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainRequest(arg0 interface{}) *gomock.Call

DeleteDomainRequest indicates an expected call of DeleteDomainRequest.

func (*MockSimpleDBAPIMockRecorder) DeleteDomainWithContext

func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDomainWithContext indicates an expected call of DeleteDomainWithContext.

func (*MockSimpleDBAPIMockRecorder) DomainMetadata

func (mr *MockSimpleDBAPIMockRecorder) DomainMetadata(arg0 interface{}) *gomock.Call

DomainMetadata indicates an expected call of DomainMetadata.

func (*MockSimpleDBAPIMockRecorder) DomainMetadataRequest

func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataRequest(arg0 interface{}) *gomock.Call

DomainMetadataRequest indicates an expected call of DomainMetadataRequest.

func (*MockSimpleDBAPIMockRecorder) DomainMetadataWithContext

func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DomainMetadataWithContext indicates an expected call of DomainMetadataWithContext.

func (*MockSimpleDBAPIMockRecorder) GetAttributes

func (mr *MockSimpleDBAPIMockRecorder) GetAttributes(arg0 interface{}) *gomock.Call

GetAttributes indicates an expected call of GetAttributes.

func (*MockSimpleDBAPIMockRecorder) GetAttributesRequest

func (mr *MockSimpleDBAPIMockRecorder) GetAttributesRequest(arg0 interface{}) *gomock.Call

GetAttributesRequest indicates an expected call of GetAttributesRequest.

func (*MockSimpleDBAPIMockRecorder) GetAttributesWithContext

func (mr *MockSimpleDBAPIMockRecorder) GetAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAttributesWithContext indicates an expected call of GetAttributesWithContext.

func (*MockSimpleDBAPIMockRecorder) ListDomains

func (mr *MockSimpleDBAPIMockRecorder) ListDomains(arg0 interface{}) *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockSimpleDBAPIMockRecorder) ListDomainsPages

func (mr *MockSimpleDBAPIMockRecorder) ListDomainsPages(arg0, arg1 interface{}) *gomock.Call

ListDomainsPages indicates an expected call of ListDomainsPages.

func (*MockSimpleDBAPIMockRecorder) ListDomainsPagesWithContext

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

ListDomainsPagesWithContext indicates an expected call of ListDomainsPagesWithContext.

func (*MockSimpleDBAPIMockRecorder) ListDomainsRequest

func (mr *MockSimpleDBAPIMockRecorder) ListDomainsRequest(arg0 interface{}) *gomock.Call

ListDomainsRequest indicates an expected call of ListDomainsRequest.

func (*MockSimpleDBAPIMockRecorder) ListDomainsWithContext

func (mr *MockSimpleDBAPIMockRecorder) ListDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDomainsWithContext indicates an expected call of ListDomainsWithContext.

func (*MockSimpleDBAPIMockRecorder) PutAttributes

func (mr *MockSimpleDBAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call

PutAttributes indicates an expected call of PutAttributes.

func (*MockSimpleDBAPIMockRecorder) PutAttributesRequest

func (mr *MockSimpleDBAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call

PutAttributesRequest indicates an expected call of PutAttributesRequest.

func (*MockSimpleDBAPIMockRecorder) PutAttributesWithContext

func (mr *MockSimpleDBAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAttributesWithContext indicates an expected call of PutAttributesWithContext.

func (*MockSimpleDBAPIMockRecorder) Select

func (mr *MockSimpleDBAPIMockRecorder) Select(arg0 interface{}) *gomock.Call

Select indicates an expected call of Select.

func (*MockSimpleDBAPIMockRecorder) SelectPages

func (mr *MockSimpleDBAPIMockRecorder) SelectPages(arg0, arg1 interface{}) *gomock.Call

SelectPages indicates an expected call of SelectPages.

func (*MockSimpleDBAPIMockRecorder) SelectPagesWithContext

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

SelectPagesWithContext indicates an expected call of SelectPagesWithContext.

func (*MockSimpleDBAPIMockRecorder) SelectRequest

func (mr *MockSimpleDBAPIMockRecorder) SelectRequest(arg0 interface{}) *gomock.Call

SelectRequest indicates an expected call of SelectRequest.

func (*MockSimpleDBAPIMockRecorder) SelectWithContext

func (mr *MockSimpleDBAPIMockRecorder) SelectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SelectWithContext indicates an expected call of SelectWithContext.

Jump to

Keyboard shortcuts

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