Documentation ¶
Overview ¶
Package mock_factory is a generated GoMock package.
Index ¶
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) NewS3ClientForBucket ¶
func (m *MockS3ClientCreator) NewS3ClientForBucket(arg0, arg1 string, arg2 credentials.IAMRoleCredentials) (s3.S3Client, error)
NewS3ClientForBucket mocks base method
type MockS3ClientCreatorMockRecorder ¶
type MockS3ClientCreatorMockRecorder struct {
// contains filtered or unexported fields
}
MockS3ClientCreatorMockRecorder is the mock recorder for MockS3ClientCreator
func (*MockS3ClientCreatorMockRecorder) NewS3ClientForBucket ¶
func (mr *MockS3ClientCreatorMockRecorder) NewS3ClientForBucket(arg0, arg1, arg2 interface{}) *gomock.Call
NewS3ClientForBucket indicates an expected call of NewS3ClientForBucket
Click to show internal directories.
Click to hide internal directories.