ebsmock

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEBSAPI

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

MockEBSAPI is a mock of EBSAPI interface.

func NewMockEBSAPI

func NewMockEBSAPI(ctrl *gomock.Controller) *MockEBSAPI

NewMockEBSAPI creates a new mock instance.

func (*MockEBSAPI) CompleteSnapshot

func (m *MockEBSAPI) CompleteSnapshot(arg0 *ebs.CompleteSnapshotInput) (*ebs.CompleteSnapshotOutput, error)

CompleteSnapshot mocks base method.

func (*MockEBSAPI) CompleteSnapshotRequest

func (m *MockEBSAPI) CompleteSnapshotRequest(arg0 *ebs.CompleteSnapshotInput) (*request.Request, *ebs.CompleteSnapshotOutput)

CompleteSnapshotRequest mocks base method.

func (*MockEBSAPI) CompleteSnapshotWithContext

func (m *MockEBSAPI) CompleteSnapshotWithContext(arg0 context.Context, arg1 *ebs.CompleteSnapshotInput, arg2 ...request.Option) (*ebs.CompleteSnapshotOutput, error)

CompleteSnapshotWithContext mocks base method.

func (*MockEBSAPI) EXPECT

func (m *MockEBSAPI) EXPECT() *MockEBSAPIMockRecorder

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

func (*MockEBSAPI) GetSnapshotBlock

func (m *MockEBSAPI) GetSnapshotBlock(arg0 *ebs.GetSnapshotBlockInput) (*ebs.GetSnapshotBlockOutput, error)

GetSnapshotBlock mocks base method.

func (*MockEBSAPI) GetSnapshotBlockRequest

func (m *MockEBSAPI) GetSnapshotBlockRequest(arg0 *ebs.GetSnapshotBlockInput) (*request.Request, *ebs.GetSnapshotBlockOutput)

GetSnapshotBlockRequest mocks base method.

func (*MockEBSAPI) GetSnapshotBlockWithContext

func (m *MockEBSAPI) GetSnapshotBlockWithContext(arg0 context.Context, arg1 *ebs.GetSnapshotBlockInput, arg2 ...request.Option) (*ebs.GetSnapshotBlockOutput, error)

GetSnapshotBlockWithContext mocks base method.

func (*MockEBSAPI) ListChangedBlocks

func (m *MockEBSAPI) ListChangedBlocks(arg0 *ebs.ListChangedBlocksInput) (*ebs.ListChangedBlocksOutput, error)

ListChangedBlocks mocks base method.

func (*MockEBSAPI) ListChangedBlocksPages

func (m *MockEBSAPI) ListChangedBlocksPages(arg0 *ebs.ListChangedBlocksInput, arg1 func(*ebs.ListChangedBlocksOutput, bool) bool) error

ListChangedBlocksPages mocks base method.

func (*MockEBSAPI) ListChangedBlocksPagesWithContext

func (m *MockEBSAPI) ListChangedBlocksPagesWithContext(arg0 context.Context, arg1 *ebs.ListChangedBlocksInput, arg2 func(*ebs.ListChangedBlocksOutput, bool) bool, arg3 ...request.Option) error

ListChangedBlocksPagesWithContext mocks base method.

func (*MockEBSAPI) ListChangedBlocksRequest

func (m *MockEBSAPI) ListChangedBlocksRequest(arg0 *ebs.ListChangedBlocksInput) (*request.Request, *ebs.ListChangedBlocksOutput)

ListChangedBlocksRequest mocks base method.

func (*MockEBSAPI) ListChangedBlocksWithContext

func (m *MockEBSAPI) ListChangedBlocksWithContext(arg0 context.Context, arg1 *ebs.ListChangedBlocksInput, arg2 ...request.Option) (*ebs.ListChangedBlocksOutput, error)

ListChangedBlocksWithContext mocks base method.

func (*MockEBSAPI) ListSnapshotBlocks

func (m *MockEBSAPI) ListSnapshotBlocks(arg0 *ebs.ListSnapshotBlocksInput) (*ebs.ListSnapshotBlocksOutput, error)

ListSnapshotBlocks mocks base method.

func (*MockEBSAPI) ListSnapshotBlocksPages

func (m *MockEBSAPI) ListSnapshotBlocksPages(arg0 *ebs.ListSnapshotBlocksInput, arg1 func(*ebs.ListSnapshotBlocksOutput, bool) bool) error

ListSnapshotBlocksPages mocks base method.

func (*MockEBSAPI) ListSnapshotBlocksPagesWithContext

func (m *MockEBSAPI) ListSnapshotBlocksPagesWithContext(arg0 context.Context, arg1 *ebs.ListSnapshotBlocksInput, arg2 func(*ebs.ListSnapshotBlocksOutput, bool) bool, arg3 ...request.Option) error

ListSnapshotBlocksPagesWithContext mocks base method.

func (*MockEBSAPI) ListSnapshotBlocksRequest

func (m *MockEBSAPI) ListSnapshotBlocksRequest(arg0 *ebs.ListSnapshotBlocksInput) (*request.Request, *ebs.ListSnapshotBlocksOutput)

ListSnapshotBlocksRequest mocks base method.

func (*MockEBSAPI) ListSnapshotBlocksWithContext

func (m *MockEBSAPI) ListSnapshotBlocksWithContext(arg0 context.Context, arg1 *ebs.ListSnapshotBlocksInput, arg2 ...request.Option) (*ebs.ListSnapshotBlocksOutput, error)

ListSnapshotBlocksWithContext mocks base method.

func (*MockEBSAPI) PutSnapshotBlock

func (m *MockEBSAPI) PutSnapshotBlock(arg0 *ebs.PutSnapshotBlockInput) (*ebs.PutSnapshotBlockOutput, error)

PutSnapshotBlock mocks base method.

func (*MockEBSAPI) PutSnapshotBlockRequest

func (m *MockEBSAPI) PutSnapshotBlockRequest(arg0 *ebs.PutSnapshotBlockInput) (*request.Request, *ebs.PutSnapshotBlockOutput)

PutSnapshotBlockRequest mocks base method.

func (*MockEBSAPI) PutSnapshotBlockWithContext

func (m *MockEBSAPI) PutSnapshotBlockWithContext(arg0 context.Context, arg1 *ebs.PutSnapshotBlockInput, arg2 ...request.Option) (*ebs.PutSnapshotBlockOutput, error)

PutSnapshotBlockWithContext mocks base method.

func (*MockEBSAPI) StartSnapshot

func (m *MockEBSAPI) StartSnapshot(arg0 *ebs.StartSnapshotInput) (*ebs.StartSnapshotOutput, error)

StartSnapshot mocks base method.

func (*MockEBSAPI) StartSnapshotRequest

func (m *MockEBSAPI) StartSnapshotRequest(arg0 *ebs.StartSnapshotInput) (*request.Request, *ebs.StartSnapshotOutput)

StartSnapshotRequest mocks base method.

func (*MockEBSAPI) StartSnapshotWithContext

func (m *MockEBSAPI) StartSnapshotWithContext(arg0 context.Context, arg1 *ebs.StartSnapshotInput, arg2 ...request.Option) (*ebs.StartSnapshotOutput, error)

StartSnapshotWithContext mocks base method.

type MockEBSAPIMockRecorder

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

MockEBSAPIMockRecorder is the mock recorder for MockEBSAPI.

func (*MockEBSAPIMockRecorder) CompleteSnapshot

func (mr *MockEBSAPIMockRecorder) CompleteSnapshot(arg0 interface{}) *gomock.Call

CompleteSnapshot indicates an expected call of CompleteSnapshot.

func (*MockEBSAPIMockRecorder) CompleteSnapshotRequest

func (mr *MockEBSAPIMockRecorder) CompleteSnapshotRequest(arg0 interface{}) *gomock.Call

CompleteSnapshotRequest indicates an expected call of CompleteSnapshotRequest.

func (*MockEBSAPIMockRecorder) CompleteSnapshotWithContext

func (mr *MockEBSAPIMockRecorder) CompleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteSnapshotWithContext indicates an expected call of CompleteSnapshotWithContext.

func (*MockEBSAPIMockRecorder) GetSnapshotBlock

func (mr *MockEBSAPIMockRecorder) GetSnapshotBlock(arg0 interface{}) *gomock.Call

GetSnapshotBlock indicates an expected call of GetSnapshotBlock.

func (*MockEBSAPIMockRecorder) GetSnapshotBlockRequest

func (mr *MockEBSAPIMockRecorder) GetSnapshotBlockRequest(arg0 interface{}) *gomock.Call

GetSnapshotBlockRequest indicates an expected call of GetSnapshotBlockRequest.

func (*MockEBSAPIMockRecorder) GetSnapshotBlockWithContext

func (mr *MockEBSAPIMockRecorder) GetSnapshotBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSnapshotBlockWithContext indicates an expected call of GetSnapshotBlockWithContext.

func (*MockEBSAPIMockRecorder) ListChangedBlocks

func (mr *MockEBSAPIMockRecorder) ListChangedBlocks(arg0 interface{}) *gomock.Call

ListChangedBlocks indicates an expected call of ListChangedBlocks.

func (*MockEBSAPIMockRecorder) ListChangedBlocksPages

func (mr *MockEBSAPIMockRecorder) ListChangedBlocksPages(arg0, arg1 interface{}) *gomock.Call

ListChangedBlocksPages indicates an expected call of ListChangedBlocksPages.

func (*MockEBSAPIMockRecorder) ListChangedBlocksPagesWithContext

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

ListChangedBlocksPagesWithContext indicates an expected call of ListChangedBlocksPagesWithContext.

func (*MockEBSAPIMockRecorder) ListChangedBlocksRequest

func (mr *MockEBSAPIMockRecorder) ListChangedBlocksRequest(arg0 interface{}) *gomock.Call

ListChangedBlocksRequest indicates an expected call of ListChangedBlocksRequest.

func (*MockEBSAPIMockRecorder) ListChangedBlocksWithContext

func (mr *MockEBSAPIMockRecorder) ListChangedBlocksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListChangedBlocksWithContext indicates an expected call of ListChangedBlocksWithContext.

func (*MockEBSAPIMockRecorder) ListSnapshotBlocks

func (mr *MockEBSAPIMockRecorder) ListSnapshotBlocks(arg0 interface{}) *gomock.Call

ListSnapshotBlocks indicates an expected call of ListSnapshotBlocks.

func (*MockEBSAPIMockRecorder) ListSnapshotBlocksPages

func (mr *MockEBSAPIMockRecorder) ListSnapshotBlocksPages(arg0, arg1 interface{}) *gomock.Call

ListSnapshotBlocksPages indicates an expected call of ListSnapshotBlocksPages.

func (*MockEBSAPIMockRecorder) ListSnapshotBlocksPagesWithContext

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

ListSnapshotBlocksPagesWithContext indicates an expected call of ListSnapshotBlocksPagesWithContext.

func (*MockEBSAPIMockRecorder) ListSnapshotBlocksRequest

func (mr *MockEBSAPIMockRecorder) ListSnapshotBlocksRequest(arg0 interface{}) *gomock.Call

ListSnapshotBlocksRequest indicates an expected call of ListSnapshotBlocksRequest.

func (*MockEBSAPIMockRecorder) ListSnapshotBlocksWithContext

func (mr *MockEBSAPIMockRecorder) ListSnapshotBlocksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSnapshotBlocksWithContext indicates an expected call of ListSnapshotBlocksWithContext.

func (*MockEBSAPIMockRecorder) PutSnapshotBlock

func (mr *MockEBSAPIMockRecorder) PutSnapshotBlock(arg0 interface{}) *gomock.Call

PutSnapshotBlock indicates an expected call of PutSnapshotBlock.

func (*MockEBSAPIMockRecorder) PutSnapshotBlockRequest

func (mr *MockEBSAPIMockRecorder) PutSnapshotBlockRequest(arg0 interface{}) *gomock.Call

PutSnapshotBlockRequest indicates an expected call of PutSnapshotBlockRequest.

func (*MockEBSAPIMockRecorder) PutSnapshotBlockWithContext

func (mr *MockEBSAPIMockRecorder) PutSnapshotBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutSnapshotBlockWithContext indicates an expected call of PutSnapshotBlockWithContext.

func (*MockEBSAPIMockRecorder) StartSnapshot

func (mr *MockEBSAPIMockRecorder) StartSnapshot(arg0 interface{}) *gomock.Call

StartSnapshot indicates an expected call of StartSnapshot.

func (*MockEBSAPIMockRecorder) StartSnapshotRequest

func (mr *MockEBSAPIMockRecorder) StartSnapshotRequest(arg0 interface{}) *gomock.Call

StartSnapshotRequest indicates an expected call of StartSnapshotRequest.

func (*MockEBSAPIMockRecorder) StartSnapshotWithContext

func (mr *MockEBSAPIMockRecorder) StartSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSnapshotWithContext indicates an expected call of StartSnapshotWithContext.

Jump to

Keyboard shortcuts

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