mocks

package
v0.0.0-...-b0bff92 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2021 License: AGPL-3.0 Imports: 9 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 MockEntityRepository

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

MockEntityRepository is a mock of EntityRepository interface.

func NewMockEntityRepository

func NewMockEntityRepository(ctrl *gomock.Controller) *MockEntityRepository

NewMockEntityRepository creates a new mock instance.

func (*MockEntityRepository) EXPECT

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

func (*MockEntityRepository) FetchLock

func (m *MockEntityRepository) FetchLock(arg0 string) sync.Locker

FetchLock mocks base method.

func (*MockEntityRepository) GetResource

func (m *MockEntityRepository) GetResource(arg0 string) (resource0.Resource, error)

GetResource mocks base method.

func (*MockEntityRepository) OpenResource

func (m *MockEntityRepository) OpenResource(arg0 string) (resource0.Resource, io.ReadCloser, error)

OpenResource mocks base method.

func (*MockEntityRepository) SetResource

SetResource mocks base method.

type MockEntityRepositoryMockRecorder

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

MockEntityRepositoryMockRecorder is the mock recorder for MockEntityRepository.

func (*MockEntityRepositoryMockRecorder) FetchLock

func (mr *MockEntityRepositoryMockRecorder) FetchLock(arg0 interface{}) *gomock.Call

FetchLock indicates an expected call of FetchLock.

func (*MockEntityRepositoryMockRecorder) GetResource

func (mr *MockEntityRepositoryMockRecorder) GetResource(arg0 interface{}) *gomock.Call

GetResource indicates an expected call of GetResource.

func (*MockEntityRepositoryMockRecorder) OpenResource

func (mr *MockEntityRepositoryMockRecorder) OpenResource(arg0 interface{}) *gomock.Call

OpenResource indicates an expected call of OpenResource.

func (*MockEntityRepositoryMockRecorder) SetResource

func (mr *MockEntityRepositoryMockRecorder) SetResource(arg0, arg1, arg2 interface{}) *gomock.Call

SetResource indicates an expected call of SetResource.

type MockResourceGetter

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

MockResourceGetter is a mock of ResourceGetter interface.

func NewMockResourceGetter

func NewMockResourceGetter(ctrl *gomock.Controller) *MockResourceGetter

NewMockResourceGetter creates a new mock instance.

func (*MockResourceGetter) EXPECT

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

func (*MockResourceGetter) GetResource

GetResource mocks base method.

type MockResourceGetterMockRecorder

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

MockResourceGetterMockRecorder is the mock recorder for MockResourceGetter.

func (*MockResourceGetterMockRecorder) GetResource

func (mr *MockResourceGetterMockRecorder) GetResource(arg0 interface{}) *gomock.Call

GetResource indicates an expected call of GetResource.

Jump to

Keyboard shortcuts

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