Documentation ¶
Overview ¶
Package mock_factory is a generated GoMock package.
Index ¶
- type MockS3ClientCreator
- func (m *MockS3ClientCreator) EXPECT() *MockS3ClientCreatorMockRecorder
- func (m *MockS3ClientCreator) NewS3Client(arg0, arg1 string, arg2 credentials.IAMRoleCredentials) (s3.S3Client, error)
- func (m *MockS3ClientCreator) NewS3ManagerClient(arg0, arg1 string, arg2 credentials.IAMRoleCredentials) (s3.S3ManagerClient, error)
- type MockS3ClientCreatorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3ClientCreator ¶
type MockS3ClientCreator struct {
// contains filtered or unexported fields
}
MockS3ClientCreator is a mock of S3ClientCreator interface.
func NewMockS3ClientCreator ¶
func NewMockS3ClientCreator(ctrl *gomock.Controller) *MockS3ClientCreator
NewMockS3ClientCreator creates a new mock instance.
func (*MockS3ClientCreator) EXPECT ¶
func (m *MockS3ClientCreator) EXPECT() *MockS3ClientCreatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockS3ClientCreator) NewS3Client ¶
func (m *MockS3ClientCreator) NewS3Client(arg0, arg1 string, arg2 credentials.IAMRoleCredentials) (s3.S3Client, error)
NewS3Client mocks base method.
func (*MockS3ClientCreator) NewS3ManagerClient ¶
func (m *MockS3ClientCreator) NewS3ManagerClient(arg0, arg1 string, arg2 credentials.IAMRoleCredentials) (s3.S3ManagerClient, error)
NewS3ManagerClient mocks base method.
type MockS3ClientCreatorMockRecorder ¶
type MockS3ClientCreatorMockRecorder struct {
// contains filtered or unexported fields
}
MockS3ClientCreatorMockRecorder is the mock recorder for MockS3ClientCreator.
func (*MockS3ClientCreatorMockRecorder) NewS3Client ¶
func (mr *MockS3ClientCreatorMockRecorder) NewS3Client(arg0, arg1, arg2 interface{}) *gomock.Call
NewS3Client indicates an expected call of NewS3Client.
func (*MockS3ClientCreatorMockRecorder) NewS3ManagerClient ¶
func (mr *MockS3ClientCreatorMockRecorder) NewS3ManagerClient(arg0, arg1, arg2 interface{}) *gomock.Call
NewS3ManagerClient indicates an expected call of NewS3ManagerClient.
Click to show internal directories.
Click to hide internal directories.