Documentation ¶
Overview ¶
Package mock_s3 is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3ManagerClient ¶
type MockS3ManagerClient struct {
// contains filtered or unexported fields
}
MockS3ManagerClient is a mock of S3ManagerClient interface.
func NewMockS3ManagerClient ¶
func NewMockS3ManagerClient(ctrl *gomock.Controller) *MockS3ManagerClient
NewMockS3ManagerClient creates a new mock instance.
func (*MockS3ManagerClient) DownloadWithContext ¶
func (m *MockS3ManagerClient) DownloadWithContext(arg0 context.Context, arg1 io.WriterAt, arg2 *s3.GetObjectInput, arg3 ...func(*s3manager.Downloader)) (int64, error)
DownloadWithContext mocks base method.
func (*MockS3ManagerClient) EXPECT ¶
func (m *MockS3ManagerClient) EXPECT() *MockS3ManagerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockS3ManagerClientMockRecorder ¶
type MockS3ManagerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockS3ManagerClientMockRecorder is the mock recorder for MockS3ManagerClient.
func (*MockS3ManagerClientMockRecorder) DownloadWithContext ¶
func (mr *MockS3ManagerClientMockRecorder) DownloadWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DownloadWithContext indicates an expected call of DownloadWithContext.
Click to show internal directories.
Click to hide internal directories.