mock_s3

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mock_s3 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockS3ObjectAPI

type MockS3ObjectAPI struct {
	// contains filtered or unexported fields
}

MockS3ObjectAPI is a mock of S3ObjectAPI interface.

func NewMockS3ObjectAPI

func NewMockS3ObjectAPI(ctrl *gomock.Controller) *MockS3ObjectAPI

NewMockS3ObjectAPI creates a new mock instance.

func (*MockS3ObjectAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockS3ObjectAPI) PresignGetObject

func (m *MockS3ObjectAPI) PresignGetObject(ctx context.Context, input *s3.GetObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)

PresignGetObject mocks base method.

func (*MockS3ObjectAPI) PutObject

func (m *MockS3ObjectAPI) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)

PutObject mocks base method.

type MockS3ObjectAPIMockRecorder

type MockS3ObjectAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockS3ObjectAPIMockRecorder is the mock recorder for MockS3ObjectAPI.

func (*MockS3ObjectAPIMockRecorder) PresignGetObject

func (mr *MockS3ObjectAPIMockRecorder) PresignGetObject(ctx, input interface{}, optFns ...interface{}) *gomock.Call

PresignGetObject indicates an expected call of PresignGetObject.

func (*MockS3ObjectAPIMockRecorder) PutObject

func (mr *MockS3ObjectAPIMockRecorder) PutObject(ctx, params interface{}, optFns ...interface{}) *gomock.Call

PutObject indicates an expected call of PutObject.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL