mocks

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 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 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) DeleteObject

func (m *MockInterface) DeleteObject(arg0 *api.DeleteObjectOptions) (*s3.DeleteObjectOutput, error)

DeleteObject mocks base method.

func (*MockInterface) EXPECT

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

func (*MockInterface) GetObject

func (m *MockInterface) GetObject(arg0 *api.GetObjectOptions) (*s3.GetObjectOutput, error)

GetObject mocks base method.

func (*MockInterface) ListObjectVersions

ListObjectVersions mocks base method.

func (*MockInterface) ListObjects

func (m *MockInterface) ListObjects(arg0 *api.ListObjectOptions) (*s3.ListObjectsV2Output, error)

ListObjects mocks base method.

func (*MockInterface) PutObject

func (m *MockInterface) PutObject(arg0 *api.PutObjectOptions) (*s3.PutObjectOutput, error)

PutObject mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) DeleteObject

func (mr *MockInterfaceMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject.

func (*MockInterfaceMockRecorder) GetObject

func (mr *MockInterfaceMockRecorder) GetObject(arg0 interface{}) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockInterfaceMockRecorder) ListObjectVersions

func (mr *MockInterfaceMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call

ListObjectVersions indicates an expected call of ListObjectVersions.

func (*MockInterfaceMockRecorder) ListObjects

func (mr *MockInterfaceMockRecorder) ListObjects(arg0 interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects.

func (*MockInterfaceMockRecorder) PutObject

func (mr *MockInterfaceMockRecorder) PutObject(arg0 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