mocks

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2021 License: Apache-2.0 Imports: 3 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 MockS3Interface

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

MockS3Interface is a mock of S3Interface interface.

func NewMockS3Interface

func NewMockS3Interface(ctrl *gomock.Controller) *MockS3Interface

NewMockS3Interface creates a new mock instance.

func (*MockS3Interface) DeleteObject

func (m *MockS3Interface) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)

DeleteObject mocks base method.

func (*MockS3Interface) DeleteObjects

func (m *MockS3Interface) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)

DeleteObjects mocks base method.

func (*MockS3Interface) EXPECT

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

func (*MockS3Interface) GetObject

func (m *MockS3Interface) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)

GetObject mocks base method.

func (*MockS3Interface) ListObjectVersions

ListObjectVersions mocks base method.

func (*MockS3Interface) ListObjects

ListObjects mocks base method.

func (*MockS3Interface) PutObject

func (m *MockS3Interface) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)

PutObject mocks base method.

type MockS3InterfaceMockRecorder

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

MockS3InterfaceMockRecorder is the mock recorder for MockS3Interface.

func (*MockS3InterfaceMockRecorder) DeleteObject

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

DeleteObject indicates an expected call of DeleteObject.

func (*MockS3InterfaceMockRecorder) DeleteObjects

func (mr *MockS3InterfaceMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call

DeleteObjects indicates an expected call of DeleteObjects.

func (*MockS3InterfaceMockRecorder) GetObject

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

GetObject indicates an expected call of GetObject.

func (*MockS3InterfaceMockRecorder) ListObjectVersions

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

ListObjectVersions indicates an expected call of ListObjectVersions.

func (*MockS3InterfaceMockRecorder) ListObjects

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

ListObjects indicates an expected call of ListObjects.

func (*MockS3InterfaceMockRecorder) PutObject

func (mr *MockS3InterfaceMockRecorder) 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