mocks

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockS3ClientAPI

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

MockS3ClientAPI is a mock of S3ClientAPI interface.

func NewMockS3ClientAPI

func NewMockS3ClientAPI(ctrl *gomock.Controller) *MockS3ClientAPI

NewMockS3ClientAPI creates a new mock instance.

func (*MockS3ClientAPI) EXPECT

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

func (*MockS3ClientAPI) GetObject

func (m *MockS3ClientAPI) GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)

GetObject mocks base method.

func (*MockS3ClientAPI) PutObject

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

PutObject mocks base method.

type MockS3ClientAPIMockRecorder

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

MockS3ClientAPIMockRecorder is the mock recorder for MockS3ClientAPI.

func (*MockS3ClientAPIMockRecorder) GetObject

func (mr *MockS3ClientAPIMockRecorder) GetObject(ctx, params any, optFns ...any) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockS3ClientAPIMockRecorder) PutObject

func (mr *MockS3ClientAPIMockRecorder) PutObject(ctx, params any, optFns ...any) *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