repo

package
v0.0.0-...-890f6be Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package repo is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAssetRepo

type IAssetRepo interface {
	FetchAvailableCars(ctx contextx.Contextx) ([]*agg.Asset, error)
}

IAssetRepo is an interface for asset repository.

type MockIAssetRepo

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

MockIAssetRepo is a mock of IAssetRepo interface.

func NewMockIAssetRepo

func NewMockIAssetRepo(ctrl *gomock.Controller) *MockIAssetRepo

NewMockIAssetRepo creates a new mock instance.

func (*MockIAssetRepo) EXPECT

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

func (*MockIAssetRepo) FetchAvailableCars

func (m *MockIAssetRepo) FetchAvailableCars(ctx contextx.Contextx) ([]*agg.Asset, error)

FetchAvailableCars mocks base method.

type MockIAssetRepoMockRecorder

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

MockIAssetRepoMockRecorder is the mock recorder for MockIAssetRepo.

func (*MockIAssetRepoMockRecorder) FetchAvailableCars

func (mr *MockIAssetRepoMockRecorder) FetchAvailableCars(ctx interface{}) *gomock.Call

FetchAvailableCars indicates an expected call of FetchAvailableCars.

Jump to

Keyboard shortcuts

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