Documentation ¶
Overview ¶
Package backupstoragemock is a generated GoMock package.
Index ¶
- type MockBackupStorageAPI
- func (m *MockBackupStorageAPI) DeleteObject(arg0 *backupstorage.DeleteObjectInput) (*backupstorage.DeleteObjectOutput, error)
- func (m *MockBackupStorageAPI) DeleteObjectRequest(arg0 *backupstorage.DeleteObjectInput) (*request.Request, *backupstorage.DeleteObjectOutput)
- func (m *MockBackupStorageAPI) DeleteObjectWithContext(arg0 context.Context, arg1 *backupstorage.DeleteObjectInput, ...) (*backupstorage.DeleteObjectOutput, error)
- func (m *MockBackupStorageAPI) EXPECT() *MockBackupStorageAPIMockRecorder
- func (m *MockBackupStorageAPI) GetChunk(arg0 *backupstorage.GetChunkInput) (*backupstorage.GetChunkOutput, error)
- func (m *MockBackupStorageAPI) GetChunkRequest(arg0 *backupstorage.GetChunkInput) (*request.Request, *backupstorage.GetChunkOutput)
- func (m *MockBackupStorageAPI) GetChunkWithContext(arg0 context.Context, arg1 *backupstorage.GetChunkInput, ...) (*backupstorage.GetChunkOutput, error)
- func (m *MockBackupStorageAPI) GetObjectMetadata(arg0 *backupstorage.GetObjectMetadataInput) (*backupstorage.GetObjectMetadataOutput, error)
- func (m *MockBackupStorageAPI) GetObjectMetadataRequest(arg0 *backupstorage.GetObjectMetadataInput) (*request.Request, *backupstorage.GetObjectMetadataOutput)
- func (m *MockBackupStorageAPI) GetObjectMetadataWithContext(arg0 context.Context, arg1 *backupstorage.GetObjectMetadataInput, ...) (*backupstorage.GetObjectMetadataOutput, error)
- func (m *MockBackupStorageAPI) ListChunks(arg0 *backupstorage.ListChunksInput) (*backupstorage.ListChunksOutput, error)
- func (m *MockBackupStorageAPI) ListChunksPages(arg0 *backupstorage.ListChunksInput, ...) error
- func (m *MockBackupStorageAPI) ListChunksPagesWithContext(arg0 context.Context, arg1 *backupstorage.ListChunksInput, ...) error
- func (m *MockBackupStorageAPI) ListChunksRequest(arg0 *backupstorage.ListChunksInput) (*request.Request, *backupstorage.ListChunksOutput)
- func (m *MockBackupStorageAPI) ListChunksWithContext(arg0 context.Context, arg1 *backupstorage.ListChunksInput, ...) (*backupstorage.ListChunksOutput, error)
- func (m *MockBackupStorageAPI) ListObjects(arg0 *backupstorage.ListObjectsInput) (*backupstorage.ListObjectsOutput, error)
- func (m *MockBackupStorageAPI) ListObjectsPages(arg0 *backupstorage.ListObjectsInput, ...) error
- func (m *MockBackupStorageAPI) ListObjectsPagesWithContext(arg0 context.Context, arg1 *backupstorage.ListObjectsInput, ...) error
- func (m *MockBackupStorageAPI) ListObjectsRequest(arg0 *backupstorage.ListObjectsInput) (*request.Request, *backupstorage.ListObjectsOutput)
- func (m *MockBackupStorageAPI) ListObjectsWithContext(arg0 context.Context, arg1 *backupstorage.ListObjectsInput, ...) (*backupstorage.ListObjectsOutput, error)
- func (m *MockBackupStorageAPI) NotifyObjectComplete(arg0 *backupstorage.NotifyObjectCompleteInput) (*backupstorage.NotifyObjectCompleteOutput, error)
- func (m *MockBackupStorageAPI) NotifyObjectCompleteRequest(arg0 *backupstorage.NotifyObjectCompleteInput) (*request.Request, *backupstorage.NotifyObjectCompleteOutput)
- func (m *MockBackupStorageAPI) NotifyObjectCompleteWithContext(arg0 context.Context, arg1 *backupstorage.NotifyObjectCompleteInput, ...) (*backupstorage.NotifyObjectCompleteOutput, error)
- func (m *MockBackupStorageAPI) PutChunk(arg0 *backupstorage.PutChunkInput) (*backupstorage.PutChunkOutput, error)
- func (m *MockBackupStorageAPI) PutChunkRequest(arg0 *backupstorage.PutChunkInput) (*request.Request, *backupstorage.PutChunkOutput)
- func (m *MockBackupStorageAPI) PutChunkWithContext(arg0 context.Context, arg1 *backupstorage.PutChunkInput, ...) (*backupstorage.PutChunkOutput, error)
- func (m *MockBackupStorageAPI) PutObject(arg0 *backupstorage.PutObjectInput) (*backupstorage.PutObjectOutput, error)
- func (m *MockBackupStorageAPI) PutObjectRequest(arg0 *backupstorage.PutObjectInput) (*request.Request, *backupstorage.PutObjectOutput)
- func (m *MockBackupStorageAPI) PutObjectWithContext(arg0 context.Context, arg1 *backupstorage.PutObjectInput, ...) (*backupstorage.PutObjectOutput, error)
- func (m *MockBackupStorageAPI) StartObject(arg0 *backupstorage.StartObjectInput) (*backupstorage.StartObjectOutput, error)
- func (m *MockBackupStorageAPI) StartObjectRequest(arg0 *backupstorage.StartObjectInput) (*request.Request, *backupstorage.StartObjectOutput)
- func (m *MockBackupStorageAPI) StartObjectWithContext(arg0 context.Context, arg1 *backupstorage.StartObjectInput, ...) (*backupstorage.StartObjectOutput, error)
- type MockBackupStorageAPIMockRecorder
- func (mr *MockBackupStorageAPIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetChunk(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetChunkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetChunkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadataRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) GetObjectMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListChunks(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListChunksPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListChunksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListChunksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListChunksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectComplete(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectCompleteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) NotifyObjectCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutChunk(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutChunkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutChunkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutObject(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) StartObject(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) StartObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockBackupStorageAPIMockRecorder) StartObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockBackupStorageAPI) DeleteObject(arg0 *backupstorage.DeleteObjectInput) (*backupstorage.DeleteObjectOutput, error)
DeleteObject mocks base method
func (*MockBackupStorageAPI) DeleteObjectRequest ¶
func (m *MockBackupStorageAPI) DeleteObjectRequest(arg0 *backupstorage.DeleteObjectInput) (*request.Request, *backupstorage.DeleteObjectOutput)
DeleteObjectRequest mocks base method
func (*MockBackupStorageAPI) DeleteObjectWithContext ¶
func (m *MockBackupStorageAPI) DeleteObjectWithContext(arg0 context.Context, arg1 *backupstorage.DeleteObjectInput, arg2 ...request.Option) (*backupstorage.DeleteObjectOutput, error)
DeleteObjectWithContext mocks base method
func (*MockBackupStorageAPI) EXPECT ¶
func (m *MockBackupStorageAPI) EXPECT() *MockBackupStorageAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBackupStorageAPI) GetChunk ¶
func (m *MockBackupStorageAPI) GetChunk(arg0 *backupstorage.GetChunkInput) (*backupstorage.GetChunkOutput, error)
GetChunk mocks base method
func (*MockBackupStorageAPI) GetChunkRequest ¶
func (m *MockBackupStorageAPI) GetChunkRequest(arg0 *backupstorage.GetChunkInput) (*request.Request, *backupstorage.GetChunkOutput)
GetChunkRequest mocks base method
func (*MockBackupStorageAPI) GetChunkWithContext ¶
func (m *MockBackupStorageAPI) GetChunkWithContext(arg0 context.Context, arg1 *backupstorage.GetChunkInput, arg2 ...request.Option) (*backupstorage.GetChunkOutput, error)
GetChunkWithContext mocks base method
func (*MockBackupStorageAPI) GetObjectMetadata ¶
func (m *MockBackupStorageAPI) GetObjectMetadata(arg0 *backupstorage.GetObjectMetadataInput) (*backupstorage.GetObjectMetadataOutput, error)
GetObjectMetadata mocks base method
func (*MockBackupStorageAPI) GetObjectMetadataRequest ¶
func (m *MockBackupStorageAPI) GetObjectMetadataRequest(arg0 *backupstorage.GetObjectMetadataInput) (*request.Request, *backupstorage.GetObjectMetadataOutput)
GetObjectMetadataRequest mocks base method
func (*MockBackupStorageAPI) GetObjectMetadataWithContext ¶
func (m *MockBackupStorageAPI) GetObjectMetadataWithContext(arg0 context.Context, arg1 *backupstorage.GetObjectMetadataInput, arg2 ...request.Option) (*backupstorage.GetObjectMetadataOutput, error)
GetObjectMetadataWithContext mocks base method
func (*MockBackupStorageAPI) ListChunks ¶
func (m *MockBackupStorageAPI) ListChunks(arg0 *backupstorage.ListChunksInput) (*backupstorage.ListChunksOutput, error)
ListChunks mocks base method
func (*MockBackupStorageAPI) ListChunksPages ¶
func (m *MockBackupStorageAPI) ListChunksPages(arg0 *backupstorage.ListChunksInput, arg1 func(*backupstorage.ListChunksOutput, bool) bool) error
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 ¶
func (m *MockBackupStorageAPI) ListChunksRequest(arg0 *backupstorage.ListChunksInput) (*request.Request, *backupstorage.ListChunksOutput)
ListChunksRequest mocks base method
func (*MockBackupStorageAPI) ListChunksWithContext ¶
func (m *MockBackupStorageAPI) ListChunksWithContext(arg0 context.Context, arg1 *backupstorage.ListChunksInput, arg2 ...request.Option) (*backupstorage.ListChunksOutput, error)
ListChunksWithContext mocks base method
func (*MockBackupStorageAPI) ListObjects ¶
func (m *MockBackupStorageAPI) ListObjects(arg0 *backupstorage.ListObjectsInput) (*backupstorage.ListObjectsOutput, error)
ListObjects mocks base method
func (*MockBackupStorageAPI) ListObjectsPages ¶
func (m *MockBackupStorageAPI) ListObjectsPages(arg0 *backupstorage.ListObjectsInput, arg1 func(*backupstorage.ListObjectsOutput, bool) bool) error
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 ¶
func (m *MockBackupStorageAPI) ListObjectsRequest(arg0 *backupstorage.ListObjectsInput) (*request.Request, *backupstorage.ListObjectsOutput)
ListObjectsRequest mocks base method
func (*MockBackupStorageAPI) ListObjectsWithContext ¶
func (m *MockBackupStorageAPI) ListObjectsWithContext(arg0 context.Context, arg1 *backupstorage.ListObjectsInput, arg2 ...request.Option) (*backupstorage.ListObjectsOutput, error)
ListObjectsWithContext mocks base method
func (*MockBackupStorageAPI) NotifyObjectComplete ¶
func (m *MockBackupStorageAPI) NotifyObjectComplete(arg0 *backupstorage.NotifyObjectCompleteInput) (*backupstorage.NotifyObjectCompleteOutput, error)
NotifyObjectComplete mocks base method
func (*MockBackupStorageAPI) NotifyObjectCompleteRequest ¶
func (m *MockBackupStorageAPI) NotifyObjectCompleteRequest(arg0 *backupstorage.NotifyObjectCompleteInput) (*request.Request, *backupstorage.NotifyObjectCompleteOutput)
NotifyObjectCompleteRequest mocks base method
func (*MockBackupStorageAPI) NotifyObjectCompleteWithContext ¶
func (m *MockBackupStorageAPI) NotifyObjectCompleteWithContext(arg0 context.Context, arg1 *backupstorage.NotifyObjectCompleteInput, arg2 ...request.Option) (*backupstorage.NotifyObjectCompleteOutput, error)
NotifyObjectCompleteWithContext mocks base method
func (*MockBackupStorageAPI) PutChunk ¶
func (m *MockBackupStorageAPI) PutChunk(arg0 *backupstorage.PutChunkInput) (*backupstorage.PutChunkOutput, error)
PutChunk mocks base method
func (*MockBackupStorageAPI) PutChunkRequest ¶
func (m *MockBackupStorageAPI) PutChunkRequest(arg0 *backupstorage.PutChunkInput) (*request.Request, *backupstorage.PutChunkOutput)
PutChunkRequest mocks base method
func (*MockBackupStorageAPI) PutChunkWithContext ¶
func (m *MockBackupStorageAPI) PutChunkWithContext(arg0 context.Context, arg1 *backupstorage.PutChunkInput, arg2 ...request.Option) (*backupstorage.PutChunkOutput, error)
PutChunkWithContext mocks base method
func (*MockBackupStorageAPI) PutObject ¶
func (m *MockBackupStorageAPI) PutObject(arg0 *backupstorage.PutObjectInput) (*backupstorage.PutObjectOutput, error)
PutObject mocks base method
func (*MockBackupStorageAPI) PutObjectRequest ¶
func (m *MockBackupStorageAPI) PutObjectRequest(arg0 *backupstorage.PutObjectInput) (*request.Request, *backupstorage.PutObjectOutput)
PutObjectRequest mocks base method
func (*MockBackupStorageAPI) PutObjectWithContext ¶
func (m *MockBackupStorageAPI) PutObjectWithContext(arg0 context.Context, arg1 *backupstorage.PutObjectInput, arg2 ...request.Option) (*backupstorage.PutObjectOutput, error)
PutObjectWithContext mocks base method
func (*MockBackupStorageAPI) StartObject ¶
func (m *MockBackupStorageAPI) StartObject(arg0 *backupstorage.StartObjectInput) (*backupstorage.StartObjectOutput, error)
StartObject mocks base method
func (*MockBackupStorageAPI) StartObjectRequest ¶
func (m *MockBackupStorageAPI) StartObjectRequest(arg0 *backupstorage.StartObjectInput) (*request.Request, *backupstorage.StartObjectOutput)
StartObjectRequest mocks base method
func (*MockBackupStorageAPI) StartObjectWithContext ¶
func (m *MockBackupStorageAPI) StartObjectWithContext(arg0 context.Context, arg1 *backupstorage.StartObjectInput, arg2 ...request.Option) (*backupstorage.StartObjectOutput, error)
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