backupstoragemock

package
v1.44.313 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package backupstoragemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBackupStorageAPI

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

MockBackupStorageAPI is a mock of BackupStorageAPI interface

func NewMockBackupStorageAPI

func NewMockBackupStorageAPI(ctrl *gomock.Controller) *MockBackupStorageAPI

NewMockBackupStorageAPI creates a new mock instance

func (*MockBackupStorageAPI) DeleteObject

DeleteObject mocks base method

func (*MockBackupStorageAPI) DeleteObjectRequest

DeleteObjectRequest mocks base method

func (*MockBackupStorageAPI) DeleteObjectWithContext

DeleteObjectWithContext mocks base method

func (*MockBackupStorageAPI) EXPECT

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

func (*MockBackupStorageAPI) GetChunk

GetChunk mocks base method

func (*MockBackupStorageAPI) GetChunkRequest

GetChunkRequest mocks base method

func (*MockBackupStorageAPI) GetChunkWithContext

GetChunkWithContext mocks base method

func (*MockBackupStorageAPI) GetObjectMetadata

GetObjectMetadata mocks base method

func (*MockBackupStorageAPI) GetObjectMetadataRequest

GetObjectMetadataRequest mocks base method

func (*MockBackupStorageAPI) GetObjectMetadataWithContext

GetObjectMetadataWithContext mocks base method

func (*MockBackupStorageAPI) ListChunks

ListChunks mocks base method

func (*MockBackupStorageAPI) ListChunksPages

ListChunksPages mocks base method

func (*MockBackupStorageAPI) ListChunksPagesWithContext

func (m *MockBackupStorageAPI) ListChunksPagesWithContext(arg0 context.Context, arg1 *backupstorage.ListChunksInput, arg2 func(*backupstorage.ListChunksOutput, bool) bool, arg3 ...request.Option) error

ListChunksPagesWithContext mocks base method

func (*MockBackupStorageAPI) ListChunksRequest

ListChunksRequest mocks base method

func (*MockBackupStorageAPI) ListChunksWithContext

ListChunksWithContext mocks base method

func (*MockBackupStorageAPI) ListObjects

ListObjects mocks base method

func (*MockBackupStorageAPI) ListObjectsPages

ListObjectsPages mocks base method

func (*MockBackupStorageAPI) ListObjectsPagesWithContext

func (m *MockBackupStorageAPI) ListObjectsPagesWithContext(arg0 context.Context, arg1 *backupstorage.ListObjectsInput, arg2 func(*backupstorage.ListObjectsOutput, bool) bool, arg3 ...request.Option) error

ListObjectsPagesWithContext mocks base method

func (*MockBackupStorageAPI) ListObjectsRequest

ListObjectsRequest mocks base method

func (*MockBackupStorageAPI) ListObjectsWithContext

ListObjectsWithContext mocks base method

func (*MockBackupStorageAPI) NotifyObjectComplete

NotifyObjectComplete mocks base method

func (*MockBackupStorageAPI) NotifyObjectCompleteRequest

NotifyObjectCompleteRequest mocks base method

func (*MockBackupStorageAPI) NotifyObjectCompleteWithContext

NotifyObjectCompleteWithContext mocks base method

func (*MockBackupStorageAPI) PutChunk

PutChunk mocks base method

func (*MockBackupStorageAPI) PutChunkRequest

PutChunkRequest mocks base method

func (*MockBackupStorageAPI) PutChunkWithContext

PutChunkWithContext mocks base method

func (*MockBackupStorageAPI) PutObject

PutObject mocks base method

func (*MockBackupStorageAPI) PutObjectRequest

PutObjectRequest mocks base method

func (*MockBackupStorageAPI) PutObjectWithContext

PutObjectWithContext mocks base method

func (*MockBackupStorageAPI) StartObject

StartObject mocks base method

func (*MockBackupStorageAPI) StartObjectRequest

StartObjectRequest mocks base method

func (*MockBackupStorageAPI) StartObjectWithContext

StartObjectWithContext mocks base method

type MockBackupStorageAPIMockRecorder

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

MockBackupStorageAPIMockRecorder is the mock recorder for MockBackupStorageAPI

func (*MockBackupStorageAPIMockRecorder) DeleteObject

func (mr *MockBackupStorageAPIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject

func (*MockBackupStorageAPIMockRecorder) DeleteObjectRequest

func (mr *MockBackupStorageAPIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call

DeleteObjectRequest indicates an expected call of DeleteObjectRequest

func (*MockBackupStorageAPIMockRecorder) DeleteObjectWithContext

func (mr *MockBackupStorageAPIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteObjectWithContext indicates an expected call of DeleteObjectWithContext

func (*MockBackupStorageAPIMockRecorder) GetChunk

func (mr *MockBackupStorageAPIMockRecorder) GetChunk(arg0 interface{}) *gomock.Call

GetChunk indicates an expected call of GetChunk

func (*MockBackupStorageAPIMockRecorder) GetChunkRequest

func (mr *MockBackupStorageAPIMockRecorder) GetChunkRequest(arg0 interface{}) *gomock.Call

GetChunkRequest indicates an expected call of GetChunkRequest

func (*MockBackupStorageAPIMockRecorder) GetChunkWithContext

func (mr *MockBackupStorageAPIMockRecorder) GetChunkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChunkWithContext indicates an expected call of GetChunkWithContext

func (*MockBackupStorageAPIMockRecorder) GetObjectMetadata

func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadata(arg0 interface{}) *gomock.Call

GetObjectMetadata indicates an expected call of GetObjectMetadata

func (*MockBackupStorageAPIMockRecorder) GetObjectMetadataRequest

func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadataRequest(arg0 interface{}) *gomock.Call

GetObjectMetadataRequest indicates an expected call of GetObjectMetadataRequest

func (*MockBackupStorageAPIMockRecorder) GetObjectMetadataWithContext

func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObjectMetadataWithContext indicates an expected call of GetObjectMetadataWithContext

func (*MockBackupStorageAPIMockRecorder) ListChunks

func (mr *MockBackupStorageAPIMockRecorder) ListChunks(arg0 interface{}) *gomock.Call

ListChunks indicates an expected call of ListChunks

func (*MockBackupStorageAPIMockRecorder) ListChunksPages

func (mr *MockBackupStorageAPIMockRecorder) ListChunksPages(arg0, arg1 interface{}) *gomock.Call

ListChunksPages indicates an expected call of ListChunksPages

func (*MockBackupStorageAPIMockRecorder) ListChunksPagesWithContext

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

ListChunksPagesWithContext indicates an expected call of ListChunksPagesWithContext

func (*MockBackupStorageAPIMockRecorder) ListChunksRequest

func (mr *MockBackupStorageAPIMockRecorder) ListChunksRequest(arg0 interface{}) *gomock.Call

ListChunksRequest indicates an expected call of ListChunksRequest

func (*MockBackupStorageAPIMockRecorder) ListChunksWithContext

func (mr *MockBackupStorageAPIMockRecorder) ListChunksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListChunksWithContext indicates an expected call of ListChunksWithContext

func (*MockBackupStorageAPIMockRecorder) ListObjects

func (mr *MockBackupStorageAPIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects

func (*MockBackupStorageAPIMockRecorder) ListObjectsPages

func (mr *MockBackupStorageAPIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call

ListObjectsPages indicates an expected call of ListObjectsPages

func (*MockBackupStorageAPIMockRecorder) ListObjectsPagesWithContext

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

ListObjectsPagesWithContext indicates an expected call of ListObjectsPagesWithContext

func (*MockBackupStorageAPIMockRecorder) ListObjectsRequest

func (mr *MockBackupStorageAPIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call

ListObjectsRequest indicates an expected call of ListObjectsRequest

func (*MockBackupStorageAPIMockRecorder) ListObjectsWithContext

func (mr *MockBackupStorageAPIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListObjectsWithContext indicates an expected call of ListObjectsWithContext

func (*MockBackupStorageAPIMockRecorder) NotifyObjectComplete

func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectComplete(arg0 interface{}) *gomock.Call

NotifyObjectComplete indicates an expected call of NotifyObjectComplete

func (*MockBackupStorageAPIMockRecorder) NotifyObjectCompleteRequest

func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectCompleteRequest(arg0 interface{}) *gomock.Call

NotifyObjectCompleteRequest indicates an expected call of NotifyObjectCompleteRequest

func (*MockBackupStorageAPIMockRecorder) NotifyObjectCompleteWithContext

func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NotifyObjectCompleteWithContext indicates an expected call of NotifyObjectCompleteWithContext

func (*MockBackupStorageAPIMockRecorder) PutChunk

func (mr *MockBackupStorageAPIMockRecorder) PutChunk(arg0 interface{}) *gomock.Call

PutChunk indicates an expected call of PutChunk

func (*MockBackupStorageAPIMockRecorder) PutChunkRequest

func (mr *MockBackupStorageAPIMockRecorder) PutChunkRequest(arg0 interface{}) *gomock.Call

PutChunkRequest indicates an expected call of PutChunkRequest

func (*MockBackupStorageAPIMockRecorder) PutChunkWithContext

func (mr *MockBackupStorageAPIMockRecorder) PutChunkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutChunkWithContext indicates an expected call of PutChunkWithContext

func (*MockBackupStorageAPIMockRecorder) PutObject

func (mr *MockBackupStorageAPIMockRecorder) PutObject(arg0 interface{}) *gomock.Call

PutObject indicates an expected call of PutObject

func (*MockBackupStorageAPIMockRecorder) PutObjectRequest

func (mr *MockBackupStorageAPIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call

PutObjectRequest indicates an expected call of PutObjectRequest

func (*MockBackupStorageAPIMockRecorder) PutObjectWithContext

func (mr *MockBackupStorageAPIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObjectWithContext indicates an expected call of PutObjectWithContext

func (*MockBackupStorageAPIMockRecorder) StartObject

func (mr *MockBackupStorageAPIMockRecorder) StartObject(arg0 interface{}) *gomock.Call

StartObject indicates an expected call of StartObject

func (*MockBackupStorageAPIMockRecorder) StartObjectRequest

func (mr *MockBackupStorageAPIMockRecorder) StartObjectRequest(arg0 interface{}) *gomock.Call

StartObjectRequest indicates an expected call of StartObjectRequest

func (*MockBackupStorageAPIMockRecorder) StartObjectWithContext

func (mr *MockBackupStorageAPIMockRecorder) StartObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartObjectWithContext indicates an expected call of StartObjectWithContext

Jump to

Keyboard shortcuts

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