Documentation ¶
Overview ¶
Package testing is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
- func (m *MockInterface) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
- func (m *MockInterface) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, ...) (*s3.DeleteObjectsOutput, error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, ...) (*s3.GetBucketNotificationConfigurationOutput, error)
- func (m *MockInterface) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
- func (m *MockInterface) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, ...) (*s3.ListObjectsV2Output, error)
- func (m *MockInterface) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, ...) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (m *MockInterface) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, ...) (*s3.PutBucketNotificationConfigurationOutput, error)
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) CreateBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteObjects(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetBucketNotificationConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) HeadBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListObjectsV2(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) PutBucketLifecycleConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) PutBucketNotificationConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) CreateBucket ¶
func (m *MockInterface) CreateBucket(ctx context.Context, params *s3.CreateBucketInput, optFns ...func(*s3.Options)) (*s3.CreateBucketOutput, error)
CreateBucket mocks base method
func (*MockInterface) DeleteBucket ¶
func (m *MockInterface) DeleteBucket(ctx context.Context, params *s3.DeleteBucketInput, optFns ...func(*s3.Options)) (*s3.DeleteBucketOutput, error)
DeleteBucket mocks base method
func (*MockInterface) DeleteObjects ¶
func (m *MockInterface) DeleteObjects(ctx context.Context, params *s3.DeleteObjectsInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetBucketNotificationConfiguration ¶
func (m *MockInterface) GetBucketNotificationConfiguration(ctx context.Context, params *s3.GetBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.GetBucketNotificationConfigurationOutput, error)
GetBucketNotificationConfiguration mocks base method
func (*MockInterface) HeadBucket ¶
func (m *MockInterface) HeadBucket(ctx context.Context, params *s3.HeadBucketInput, optFns ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
HeadBucket mocks base method
func (*MockInterface) ListObjectsV2 ¶
func (m *MockInterface) ListObjectsV2(ctx context.Context, params *s3.ListObjectsV2Input, optFns ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
ListObjectsV2 mocks base method
func (*MockInterface) PutBucketLifecycleConfiguration ¶
func (m *MockInterface) PutBucketLifecycleConfiguration(ctx context.Context, params *s3.PutBucketLifecycleConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration mocks base method
func (*MockInterface) PutBucketNotificationConfiguration ¶
func (m *MockInterface) PutBucketNotificationConfiguration(ctx context.Context, params *s3.PutBucketNotificationConfigurationInput, optFns ...func(*s3.Options)) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) CreateBucket ¶
func (mr *MockInterfaceMockRecorder) CreateBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockInterfaceMockRecorder) DeleteBucket ¶
func (mr *MockInterfaceMockRecorder) DeleteBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockInterfaceMockRecorder) DeleteObjects ¶
func (mr *MockInterfaceMockRecorder) DeleteObjects(ctx, params interface{}, optFns ...interface{}) *gomock.Call
DeleteObjects indicates an expected call of DeleteObjects
func (*MockInterfaceMockRecorder) GetBucketNotificationConfiguration ¶
func (mr *MockInterfaceMockRecorder) GetBucketNotificationConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
GetBucketNotificationConfiguration indicates an expected call of GetBucketNotificationConfiguration
func (*MockInterfaceMockRecorder) HeadBucket ¶
func (mr *MockInterfaceMockRecorder) HeadBucket(ctx, params interface{}, optFns ...interface{}) *gomock.Call
HeadBucket indicates an expected call of HeadBucket
func (*MockInterfaceMockRecorder) ListObjectsV2 ¶
func (mr *MockInterfaceMockRecorder) ListObjectsV2(ctx, params interface{}, optFns ...interface{}) *gomock.Call
ListObjectsV2 indicates an expected call of ListObjectsV2
func (*MockInterfaceMockRecorder) PutBucketLifecycleConfiguration ¶
func (mr *MockInterfaceMockRecorder) PutBucketLifecycleConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
PutBucketLifecycleConfiguration indicates an expected call of PutBucketLifecycleConfiguration
func (*MockInterfaceMockRecorder) PutBucketNotificationConfiguration ¶
func (mr *MockInterfaceMockRecorder) PutBucketNotificationConfiguration(ctx, params interface{}, optFns ...interface{}) *gomock.Call
PutBucketNotificationConfiguration indicates an expected call of PutBucketNotificationConfiguration