Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: antrea.io/antrea/pkg/flowaggregator/s3uploader (interfaces: S3UploaderAPI)
Generated by this command:
mockgen -copyright_file hack/boilerplate/license_header.raw.txt -destination pkg/flowaggregator/s3uploader/testing/mock_s3uploader.go -package testing antrea.io/antrea/pkg/flowaggregator/s3uploader S3UploaderAPI
Package testing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3UploaderAPI ¶
type MockS3UploaderAPI struct {
// contains filtered or unexported fields
}
MockS3UploaderAPI is a mock of S3UploaderAPI interface.
func NewMockS3UploaderAPI ¶
func NewMockS3UploaderAPI(ctrl *gomock.Controller) *MockS3UploaderAPI
NewMockS3UploaderAPI creates a new mock instance.
func (*MockS3UploaderAPI) EXPECT ¶
func (m *MockS3UploaderAPI) EXPECT() *MockS3UploaderAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockS3UploaderAPI) Upload ¶
func (m *MockS3UploaderAPI) Upload(arg0 context.Context, arg1 *s3.PutObjectInput, arg2 *manager.Uploader, arg3 ...func(*manager.Uploader)) (*manager.UploadOutput, error)
Upload mocks base method.
type MockS3UploaderAPIMockRecorder ¶
type MockS3UploaderAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockS3UploaderAPIMockRecorder is the mock recorder for MockS3UploaderAPI.
Click to show internal directories.
Click to hide internal directories.