ebsmock

package
v1.28.11 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 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) 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

type MockEBSAPIMockRecorder

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

MockEBSAPIMockRecorder is the mock recorder for MockEBSAPI

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

Jump to

Keyboard shortcuts

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