mock

package
v0.0.0-...-2e1fd75 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFinder

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

MockFinder is a mock of Finder interface

func NewMockFinder

func NewMockFinder(ctrl *gomock.Controller) *MockFinder

NewMockFinder creates a new mock instance

func (*MockFinder) EXPECT

func (m *MockFinder) EXPECT() *MockFinderMockRecorder

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

func (*MockFinder) Find

func (m *MockFinder) Find(regex string) ([]string, error)

Find mocks base method

type MockFinderMockRecorder

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

MockFinderMockRecorder is the mock recorder for MockFinder

func (*MockFinderMockRecorder) Find

func (mr *MockFinderMockRecorder) Find(regex interface{}) *gomock.Call

Find indicates an expected call of Find

type MockS3Api

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

MockS3Api is a mock of S3Api interface

func NewMockS3Api

func NewMockS3Api(ctrl *gomock.Controller) *MockS3Api

NewMockS3Api creates a new mock instance

func (*MockS3Api) EXPECT

func (m *MockS3Api) EXPECT() *MockS3ApiMockRecorder

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

func (*MockS3Api) ListAllKeys

func (m *MockS3Api) ListAllKeys(bucketName, prefix string) ([]string, error)

ListAllKeys mocks base method

func (*MockS3Api) Upload

func (m *MockS3Api) Upload(bucketName, prefix string, uploadPaths []string, uploaded chan<- string) error

Upload mocks base method

type MockS3ApiMockRecorder

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

MockS3ApiMockRecorder is the mock recorder for MockS3Api

func (*MockS3ApiMockRecorder) ListAllKeys

func (mr *MockS3ApiMockRecorder) ListAllKeys(bucketName, prefix interface{}) *gomock.Call

ListAllKeys indicates an expected call of ListAllKeys

func (*MockS3ApiMockRecorder) Upload

func (mr *MockS3ApiMockRecorder) Upload(bucketName, prefix, uploadPaths, uploaded interface{}) *gomock.Call

Upload indicates an expected call of Upload

Jump to

Keyboard shortcuts

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