Documentation
¶
Overview ¶
Package s3mock is a generated GoMock package.
Index ¶
- type MockS3Client
- func (m *MockS3Client) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) s3.DeleteObjectRequest
- func (m *MockS3Client) EXPECT() *MockS3ClientMockRecorder
- func (m *MockS3Client) GetObjectRequest(arg0 *s3.GetObjectInput) s3.GetObjectRequest
- func (m *MockS3Client) HeadObjectRequest(arg0 *s3.HeadObjectInput) s3.HeadObjectRequest
- type MockS3ClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3Client ¶
type MockS3Client struct {
// contains filtered or unexported fields
}
MockS3Client is a mock of S3Client interface
func NewMockS3Client ¶
func NewMockS3Client(ctrl *gomock.Controller) *MockS3Client
NewMockS3Client creates a new mock instance
func (*MockS3Client) DeleteObjectRequest ¶
func (m *MockS3Client) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) s3.DeleteObjectRequest
DeleteObjectRequest mocks base method
func (*MockS3Client) EXPECT ¶
func (m *MockS3Client) EXPECT() *MockS3ClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockS3Client) GetObjectRequest ¶
func (m *MockS3Client) GetObjectRequest(arg0 *s3.GetObjectInput) s3.GetObjectRequest
GetObjectRequest mocks base method
func (*MockS3Client) HeadObjectRequest ¶
func (m *MockS3Client) HeadObjectRequest(arg0 *s3.HeadObjectInput) s3.HeadObjectRequest
HeadObjectRequest mocks base method
type MockS3ClientMockRecorder ¶
type MockS3ClientMockRecorder struct {
// contains filtered or unexported fields
}
MockS3ClientMockRecorder is the mock recorder for MockS3Client
func (*MockS3ClientMockRecorder) DeleteObjectRequest ¶
func (mr *MockS3ClientMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
DeleteObjectRequest indicates an expected call of DeleteObjectRequest
func (*MockS3ClientMockRecorder) GetObjectRequest ¶
func (mr *MockS3ClientMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call
GetObjectRequest indicates an expected call of GetObjectRequest
func (*MockS3ClientMockRecorder) HeadObjectRequest ¶
func (mr *MockS3ClientMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call
HeadObjectRequest indicates an expected call of HeadObjectRequest
Click to show internal directories.
Click to hide internal directories.