keyspacesmock

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKeyspacesAPI

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

MockKeyspacesAPI is a mock of KeyspacesAPI interface.

func NewMockKeyspacesAPI

func NewMockKeyspacesAPI(ctrl *gomock.Controller) *MockKeyspacesAPI

NewMockKeyspacesAPI creates a new mock instance.

func (*MockKeyspacesAPI) CreateKeyspace

CreateKeyspace mocks base method.

func (*MockKeyspacesAPI) CreateKeyspaceRequest

CreateKeyspaceRequest mocks base method.

func (*MockKeyspacesAPI) CreateKeyspaceWithContext

func (m *MockKeyspacesAPI) CreateKeyspaceWithContext(arg0 context.Context, arg1 *keyspaces.CreateKeyspaceInput, arg2 ...request.Option) (*keyspaces.CreateKeyspaceOutput, error)

CreateKeyspaceWithContext mocks base method.

func (*MockKeyspacesAPI) CreateTable

CreateTable mocks base method.

func (*MockKeyspacesAPI) CreateTableRequest

CreateTableRequest mocks base method.

func (*MockKeyspacesAPI) CreateTableWithContext

func (m *MockKeyspacesAPI) CreateTableWithContext(arg0 context.Context, arg1 *keyspaces.CreateTableInput, arg2 ...request.Option) (*keyspaces.CreateTableOutput, error)

CreateTableWithContext mocks base method.

func (*MockKeyspacesAPI) DeleteKeyspace

DeleteKeyspace mocks base method.

func (*MockKeyspacesAPI) DeleteKeyspaceRequest

DeleteKeyspaceRequest mocks base method.

func (*MockKeyspacesAPI) DeleteKeyspaceWithContext

func (m *MockKeyspacesAPI) DeleteKeyspaceWithContext(arg0 context.Context, arg1 *keyspaces.DeleteKeyspaceInput, arg2 ...request.Option) (*keyspaces.DeleteKeyspaceOutput, error)

DeleteKeyspaceWithContext mocks base method.

func (*MockKeyspacesAPI) DeleteTable

DeleteTable mocks base method.

func (*MockKeyspacesAPI) DeleteTableRequest

DeleteTableRequest mocks base method.

func (*MockKeyspacesAPI) DeleteTableWithContext

func (m *MockKeyspacesAPI) DeleteTableWithContext(arg0 context.Context, arg1 *keyspaces.DeleteTableInput, arg2 ...request.Option) (*keyspaces.DeleteTableOutput, error)

DeleteTableWithContext mocks base method.

func (*MockKeyspacesAPI) EXPECT

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

func (*MockKeyspacesAPI) GetKeyspace

GetKeyspace mocks base method.

func (*MockKeyspacesAPI) GetKeyspaceRequest

GetKeyspaceRequest mocks base method.

func (*MockKeyspacesAPI) GetKeyspaceWithContext

func (m *MockKeyspacesAPI) GetKeyspaceWithContext(arg0 context.Context, arg1 *keyspaces.GetKeyspaceInput, arg2 ...request.Option) (*keyspaces.GetKeyspaceOutput, error)

GetKeyspaceWithContext mocks base method.

func (*MockKeyspacesAPI) GetTable

GetTable mocks base method.

func (*MockKeyspacesAPI) GetTableRequest

GetTableRequest mocks base method.

func (*MockKeyspacesAPI) GetTableWithContext

func (m *MockKeyspacesAPI) GetTableWithContext(arg0 context.Context, arg1 *keyspaces.GetTableInput, arg2 ...request.Option) (*keyspaces.GetTableOutput, error)

GetTableWithContext mocks base method.

func (*MockKeyspacesAPI) ListKeyspaces

ListKeyspaces mocks base method.

func (*MockKeyspacesAPI) ListKeyspacesPages

func (m *MockKeyspacesAPI) ListKeyspacesPages(arg0 *keyspaces.ListKeyspacesInput, arg1 func(*keyspaces.ListKeyspacesOutput, bool) bool) error

ListKeyspacesPages mocks base method.

func (*MockKeyspacesAPI) ListKeyspacesPagesWithContext

func (m *MockKeyspacesAPI) ListKeyspacesPagesWithContext(arg0 context.Context, arg1 *keyspaces.ListKeyspacesInput, arg2 func(*keyspaces.ListKeyspacesOutput, bool) bool, arg3 ...request.Option) error

ListKeyspacesPagesWithContext mocks base method.

func (*MockKeyspacesAPI) ListKeyspacesRequest

ListKeyspacesRequest mocks base method.

func (*MockKeyspacesAPI) ListKeyspacesWithContext

func (m *MockKeyspacesAPI) ListKeyspacesWithContext(arg0 context.Context, arg1 *keyspaces.ListKeyspacesInput, arg2 ...request.Option) (*keyspaces.ListKeyspacesOutput, error)

ListKeyspacesWithContext mocks base method.

func (*MockKeyspacesAPI) ListTables

ListTables mocks base method.

func (*MockKeyspacesAPI) ListTablesPages

func (m *MockKeyspacesAPI) ListTablesPages(arg0 *keyspaces.ListTablesInput, arg1 func(*keyspaces.ListTablesOutput, bool) bool) error

ListTablesPages mocks base method.

func (*MockKeyspacesAPI) ListTablesPagesWithContext

func (m *MockKeyspacesAPI) ListTablesPagesWithContext(arg0 context.Context, arg1 *keyspaces.ListTablesInput, arg2 func(*keyspaces.ListTablesOutput, bool) bool, arg3 ...request.Option) error

ListTablesPagesWithContext mocks base method.

func (*MockKeyspacesAPI) ListTablesRequest

ListTablesRequest mocks base method.

func (*MockKeyspacesAPI) ListTablesWithContext

func (m *MockKeyspacesAPI) ListTablesWithContext(arg0 context.Context, arg1 *keyspaces.ListTablesInput, arg2 ...request.Option) (*keyspaces.ListTablesOutput, error)

ListTablesWithContext mocks base method.

func (*MockKeyspacesAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockKeyspacesAPI) ListTagsForResourcePages

func (m *MockKeyspacesAPI) ListTagsForResourcePages(arg0 *keyspaces.ListTagsForResourceInput, arg1 func(*keyspaces.ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages mocks base method.

func (*MockKeyspacesAPI) ListTagsForResourcePagesWithContext

func (m *MockKeyspacesAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *keyspaces.ListTagsForResourceInput, arg2 func(*keyspaces.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error

ListTagsForResourcePagesWithContext mocks base method.

func (*MockKeyspacesAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockKeyspacesAPI) ListTagsForResourceWithContext

func (m *MockKeyspacesAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *keyspaces.ListTagsForResourceInput, arg2 ...request.Option) (*keyspaces.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockKeyspacesAPI) RestoreTable

RestoreTable mocks base method.

func (*MockKeyspacesAPI) RestoreTableRequest

RestoreTableRequest mocks base method.

func (*MockKeyspacesAPI) RestoreTableWithContext

func (m *MockKeyspacesAPI) RestoreTableWithContext(arg0 context.Context, arg1 *keyspaces.RestoreTableInput, arg2 ...request.Option) (*keyspaces.RestoreTableOutput, error)

RestoreTableWithContext mocks base method.

func (*MockKeyspacesAPI) TagResource

TagResource mocks base method.

func (*MockKeyspacesAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockKeyspacesAPI) TagResourceWithContext

func (m *MockKeyspacesAPI) TagResourceWithContext(arg0 context.Context, arg1 *keyspaces.TagResourceInput, arg2 ...request.Option) (*keyspaces.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockKeyspacesAPI) UntagResource

UntagResource mocks base method.

func (*MockKeyspacesAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockKeyspacesAPI) UntagResourceWithContext

func (m *MockKeyspacesAPI) UntagResourceWithContext(arg0 context.Context, arg1 *keyspaces.UntagResourceInput, arg2 ...request.Option) (*keyspaces.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockKeyspacesAPI) UpdateTable

UpdateTable mocks base method.

func (*MockKeyspacesAPI) UpdateTableRequest

UpdateTableRequest mocks base method.

func (*MockKeyspacesAPI) UpdateTableWithContext

func (m *MockKeyspacesAPI) UpdateTableWithContext(arg0 context.Context, arg1 *keyspaces.UpdateTableInput, arg2 ...request.Option) (*keyspaces.UpdateTableOutput, error)

UpdateTableWithContext mocks base method.

type MockKeyspacesAPIMockRecorder

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

MockKeyspacesAPIMockRecorder is the mock recorder for MockKeyspacesAPI.

func (*MockKeyspacesAPIMockRecorder) CreateKeyspace

func (mr *MockKeyspacesAPIMockRecorder) CreateKeyspace(arg0 interface{}) *gomock.Call

CreateKeyspace indicates an expected call of CreateKeyspace.

func (*MockKeyspacesAPIMockRecorder) CreateKeyspaceRequest

func (mr *MockKeyspacesAPIMockRecorder) CreateKeyspaceRequest(arg0 interface{}) *gomock.Call

CreateKeyspaceRequest indicates an expected call of CreateKeyspaceRequest.

func (*MockKeyspacesAPIMockRecorder) CreateKeyspaceWithContext

func (mr *MockKeyspacesAPIMockRecorder) CreateKeyspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyspaceWithContext indicates an expected call of CreateKeyspaceWithContext.

func (*MockKeyspacesAPIMockRecorder) CreateTable

func (mr *MockKeyspacesAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable.

func (*MockKeyspacesAPIMockRecorder) CreateTableRequest

func (mr *MockKeyspacesAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call

CreateTableRequest indicates an expected call of CreateTableRequest.

func (*MockKeyspacesAPIMockRecorder) CreateTableWithContext

func (mr *MockKeyspacesAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTableWithContext indicates an expected call of CreateTableWithContext.

func (*MockKeyspacesAPIMockRecorder) DeleteKeyspace

func (mr *MockKeyspacesAPIMockRecorder) DeleteKeyspace(arg0 interface{}) *gomock.Call

DeleteKeyspace indicates an expected call of DeleteKeyspace.

func (*MockKeyspacesAPIMockRecorder) DeleteKeyspaceRequest

func (mr *MockKeyspacesAPIMockRecorder) DeleteKeyspaceRequest(arg0 interface{}) *gomock.Call

DeleteKeyspaceRequest indicates an expected call of DeleteKeyspaceRequest.

func (*MockKeyspacesAPIMockRecorder) DeleteKeyspaceWithContext

func (mr *MockKeyspacesAPIMockRecorder) DeleteKeyspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeyspaceWithContext indicates an expected call of DeleteKeyspaceWithContext.

func (*MockKeyspacesAPIMockRecorder) DeleteTable

func (mr *MockKeyspacesAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call

DeleteTable indicates an expected call of DeleteTable.

func (*MockKeyspacesAPIMockRecorder) DeleteTableRequest

func (mr *MockKeyspacesAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call

DeleteTableRequest indicates an expected call of DeleteTableRequest.

func (*MockKeyspacesAPIMockRecorder) DeleteTableWithContext

func (mr *MockKeyspacesAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTableWithContext indicates an expected call of DeleteTableWithContext.

func (*MockKeyspacesAPIMockRecorder) GetKeyspace

func (mr *MockKeyspacesAPIMockRecorder) GetKeyspace(arg0 interface{}) *gomock.Call

GetKeyspace indicates an expected call of GetKeyspace.

func (*MockKeyspacesAPIMockRecorder) GetKeyspaceRequest

func (mr *MockKeyspacesAPIMockRecorder) GetKeyspaceRequest(arg0 interface{}) *gomock.Call

GetKeyspaceRequest indicates an expected call of GetKeyspaceRequest.

func (*MockKeyspacesAPIMockRecorder) GetKeyspaceWithContext

func (mr *MockKeyspacesAPIMockRecorder) GetKeyspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyspaceWithContext indicates an expected call of GetKeyspaceWithContext.

func (*MockKeyspacesAPIMockRecorder) GetTable

func (mr *MockKeyspacesAPIMockRecorder) GetTable(arg0 interface{}) *gomock.Call

GetTable indicates an expected call of GetTable.

func (*MockKeyspacesAPIMockRecorder) GetTableRequest

func (mr *MockKeyspacesAPIMockRecorder) GetTableRequest(arg0 interface{}) *gomock.Call

GetTableRequest indicates an expected call of GetTableRequest.

func (*MockKeyspacesAPIMockRecorder) GetTableWithContext

func (mr *MockKeyspacesAPIMockRecorder) GetTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTableWithContext indicates an expected call of GetTableWithContext.

func (*MockKeyspacesAPIMockRecorder) ListKeyspaces

func (mr *MockKeyspacesAPIMockRecorder) ListKeyspaces(arg0 interface{}) *gomock.Call

ListKeyspaces indicates an expected call of ListKeyspaces.

func (*MockKeyspacesAPIMockRecorder) ListKeyspacesPages

func (mr *MockKeyspacesAPIMockRecorder) ListKeyspacesPages(arg0, arg1 interface{}) *gomock.Call

ListKeyspacesPages indicates an expected call of ListKeyspacesPages.

func (*MockKeyspacesAPIMockRecorder) ListKeyspacesPagesWithContext

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

ListKeyspacesPagesWithContext indicates an expected call of ListKeyspacesPagesWithContext.

func (*MockKeyspacesAPIMockRecorder) ListKeyspacesRequest

func (mr *MockKeyspacesAPIMockRecorder) ListKeyspacesRequest(arg0 interface{}) *gomock.Call

ListKeyspacesRequest indicates an expected call of ListKeyspacesRequest.

func (*MockKeyspacesAPIMockRecorder) ListKeyspacesWithContext

func (mr *MockKeyspacesAPIMockRecorder) ListKeyspacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeyspacesWithContext indicates an expected call of ListKeyspacesWithContext.

func (*MockKeyspacesAPIMockRecorder) ListTables

func (mr *MockKeyspacesAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call

ListTables indicates an expected call of ListTables.

func (*MockKeyspacesAPIMockRecorder) ListTablesPages

func (mr *MockKeyspacesAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call

ListTablesPages indicates an expected call of ListTablesPages.

func (*MockKeyspacesAPIMockRecorder) ListTablesPagesWithContext

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

ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext.

func (*MockKeyspacesAPIMockRecorder) ListTablesRequest

func (mr *MockKeyspacesAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call

ListTablesRequest indicates an expected call of ListTablesRequest.

func (*MockKeyspacesAPIMockRecorder) ListTablesWithContext

func (mr *MockKeyspacesAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTablesWithContext indicates an expected call of ListTablesWithContext.

func (*MockKeyspacesAPIMockRecorder) ListTagsForResource

func (mr *MockKeyspacesAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockKeyspacesAPIMockRecorder) ListTagsForResourcePages

func (mr *MockKeyspacesAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call

ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages.

func (*MockKeyspacesAPIMockRecorder) ListTagsForResourcePagesWithContext

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

ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext.

func (*MockKeyspacesAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockKeyspacesAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockKeyspacesAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockKeyspacesAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockKeyspacesAPIMockRecorder) RestoreTable

func (mr *MockKeyspacesAPIMockRecorder) RestoreTable(arg0 interface{}) *gomock.Call

RestoreTable indicates an expected call of RestoreTable.

func (*MockKeyspacesAPIMockRecorder) RestoreTableRequest

func (mr *MockKeyspacesAPIMockRecorder) RestoreTableRequest(arg0 interface{}) *gomock.Call

RestoreTableRequest indicates an expected call of RestoreTableRequest.

func (*MockKeyspacesAPIMockRecorder) RestoreTableWithContext

func (mr *MockKeyspacesAPIMockRecorder) RestoreTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreTableWithContext indicates an expected call of RestoreTableWithContext.

func (*MockKeyspacesAPIMockRecorder) TagResource

func (mr *MockKeyspacesAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockKeyspacesAPIMockRecorder) TagResourceRequest

func (mr *MockKeyspacesAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockKeyspacesAPIMockRecorder) TagResourceWithContext

func (mr *MockKeyspacesAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockKeyspacesAPIMockRecorder) UntagResource

func (mr *MockKeyspacesAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockKeyspacesAPIMockRecorder) UntagResourceRequest

func (mr *MockKeyspacesAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockKeyspacesAPIMockRecorder) UntagResourceWithContext

func (mr *MockKeyspacesAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockKeyspacesAPIMockRecorder) UpdateTable

func (mr *MockKeyspacesAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call

UpdateTable indicates an expected call of UpdateTable.

func (*MockKeyspacesAPIMockRecorder) UpdateTableRequest

func (mr *MockKeyspacesAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call

UpdateTableRequest indicates an expected call of UpdateTableRequest.

func (*MockKeyspacesAPIMockRecorder) UpdateTableWithContext

func (mr *MockKeyspacesAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTableWithContext indicates an expected call of UpdateTableWithContext.

Jump to

Keyboard shortcuts

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