mockstore

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mockstore is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRecognitionRepository

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

MockRecognitionRepository is a mock of RecognitionRepository interface

func NewMockRecognitionRepository

func NewMockRecognitionRepository(ctrl *gomock.Controller) *MockRecognitionRepository

NewMockRecognitionRepository creates a new mock instance

func (*MockRecognitionRepository) Create

Create mocks base method

func (*MockRecognitionRepository) EXPECT

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

func (*MockRecognitionRepository) FindByPlate

func (m *MockRecognitionRepository) FindByPlate(arg0 context.Context, arg1 string) ([]store.Recognition, error)

FindByPlate mocks base method

type MockRecognitionRepositoryMockRecorder

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

MockRecognitionRepositoryMockRecorder is the mock recorder for MockRecognitionRepository

func (*MockRecognitionRepositoryMockRecorder) Create

func (mr *MockRecognitionRepositoryMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockRecognitionRepositoryMockRecorder) FindByPlate

func (mr *MockRecognitionRepositoryMockRecorder) FindByPlate(arg0, arg1 interface{}) *gomock.Call

FindByPlate indicates an expected call of FindByPlate

type MockStore

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

MockStore is a mock of Store interface

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) Recognition

func (m *MockStore) Recognition() store.RecognitionRepository

Recognition mocks base method

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore

func (*MockStoreMockRecorder) Recognition

func (mr *MockStoreMockRecorder) Recognition() *gomock.Call

Recognition indicates an expected call of Recognition

Jump to

Keyboard shortcuts

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