Documentation ¶
Overview ¶
Package mock_clients is a generated GoMock package.
Index ¶
- type MockStorageAccessLayer
- func (m *MockStorageAccessLayer) Delete(path string, files ...string) (*s3.DeleteObjectsOutput, error)
- func (m *MockStorageAccessLayer) Download(path, filename string, data io.WriterAt) (int64, error)
- func (m *MockStorageAccessLayer) EXPECT() *MockStorageAccessLayerMockRecorder
- func (m *MockStorageAccessLayer) Read(path string, limit int64, readFrom string) (*s3.ListObjectsV2Output, error)
- func (m *MockStorageAccessLayer) Upload(path, filename string, data io.Reader) (string, error)
- type MockStorageAccessLayerMockRecorder
- func (mr *MockStorageAccessLayerMockRecorder) Delete(path interface{}, files ...interface{}) *gomock.Call
- func (mr *MockStorageAccessLayerMockRecorder) Download(path, filename, data interface{}) *gomock.Call
- func (mr *MockStorageAccessLayerMockRecorder) Read(path, limit, readFrom interface{}) *gomock.Call
- func (mr *MockStorageAccessLayerMockRecorder) Upload(path, filename, data interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStorageAccessLayer ¶
type MockStorageAccessLayer struct {
// contains filtered or unexported fields
}
MockStorageAccessLayer is a mock of StorageAccessLayer interface
func NewMockStorageAccessLayer ¶
func NewMockStorageAccessLayer(ctrl *gomock.Controller) *MockStorageAccessLayer
NewMockStorageAccessLayer creates a new mock instance
func (*MockStorageAccessLayer) Delete ¶
func (m *MockStorageAccessLayer) Delete(path string, files ...string) (*s3.DeleteObjectsOutput, error)
Delete mocks base method
func (*MockStorageAccessLayer) EXPECT ¶
func (m *MockStorageAccessLayer) EXPECT() *MockStorageAccessLayerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStorageAccessLayer) Read ¶
func (m *MockStorageAccessLayer) Read(path string, limit int64, readFrom string) (*s3.ListObjectsV2Output, error)
Read mocks base method
type MockStorageAccessLayerMockRecorder ¶
type MockStorageAccessLayerMockRecorder struct {
// contains filtered or unexported fields
}
MockStorageAccessLayerMockRecorder is the mock recorder for MockStorageAccessLayer
func (*MockStorageAccessLayerMockRecorder) Delete ¶
func (mr *MockStorageAccessLayerMockRecorder) Delete(path interface{}, files ...interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockStorageAccessLayerMockRecorder) Download ¶
func (mr *MockStorageAccessLayerMockRecorder) Download(path, filename, data interface{}) *gomock.Call
Download indicates an expected call of Download
func (*MockStorageAccessLayerMockRecorder) Read ¶
func (mr *MockStorageAccessLayerMockRecorder) Read(path, limit, readFrom interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockStorageAccessLayerMockRecorder) Upload ¶
func (mr *MockStorageAccessLayerMockRecorder) Upload(path, filename, data interface{}) *gomock.Call
Upload indicates an expected call of Upload
Click to show internal directories.
Click to hide internal directories.