mockstore

package
v0.1.36 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2022 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 MockFullRegistrationStore

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

MockFullRegistrationStore is a mock of FullRegistrationStore interface.

func NewMockFullRegistrationStore

func NewMockFullRegistrationStore(ctrl *gomock.Controller) *MockFullRegistrationStore

NewMockFullRegistrationStore creates a new mock instance.

func (*MockFullRegistrationStore) AllSeries

func (m *MockFullRegistrationStore) AllSeries(arg0 context.Context) ([]string, error)

AllSeries mocks base method.

func (*MockFullRegistrationStore) Create

Create mocks base method.

func (*MockFullRegistrationStore) EXPECT

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

func (*MockFullRegistrationStore) FindByCode

func (m *MockFullRegistrationStore) FindByCode(arg0 context.Context, arg1 string) (*model.Registration, error)

FindByCode mocks base method.

func (*MockFullRegistrationStore) FindByNumber

func (m *MockFullRegistrationStore) FindByNumber(arg0 context.Context, arg1 string) ([]model.Registration, error)

FindByNumber mocks base method.

func (*MockFullRegistrationStore) FindByVIN

func (m *MockFullRegistrationStore) FindByVIN(arg0 context.Context, arg1 string) ([]model.Registration, error)

FindByVIN mocks base method.

func (*MockFullRegistrationStore) FindLastBySeries

func (m *MockFullRegistrationStore) FindLastBySeries(arg0 context.Context, arg1 string) (*model.Registration, error)

FindLastBySeries mocks base method.

func (*MockFullRegistrationStore) Health

Health mocks base method.

type MockFullRegistrationStoreMockRecorder

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

MockFullRegistrationStoreMockRecorder is the mock recorder for MockFullRegistrationStore.

func (*MockFullRegistrationStoreMockRecorder) AllSeries

func (mr *MockFullRegistrationStoreMockRecorder) AllSeries(arg0 interface{}) *gomock.Call

AllSeries indicates an expected call of AllSeries.

func (*MockFullRegistrationStoreMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockFullRegistrationStoreMockRecorder) FindByCode

func (mr *MockFullRegistrationStoreMockRecorder) FindByCode(arg0, arg1 interface{}) *gomock.Call

FindByCode indicates an expected call of FindByCode.

func (*MockFullRegistrationStoreMockRecorder) FindByNumber

func (mr *MockFullRegistrationStoreMockRecorder) FindByNumber(arg0, arg1 interface{}) *gomock.Call

FindByNumber indicates an expected call of FindByNumber.

func (*MockFullRegistrationStoreMockRecorder) FindByVIN

func (mr *MockFullRegistrationStoreMockRecorder) FindByVIN(arg0, arg1 interface{}) *gomock.Call

FindByVIN indicates an expected call of FindByVIN.

func (*MockFullRegistrationStoreMockRecorder) FindLastBySeries

func (mr *MockFullRegistrationStoreMockRecorder) FindLastBySeries(arg0, arg1 interface{}) *gomock.Call

FindLastBySeries indicates an expected call of FindLastBySeries.

func (*MockFullRegistrationStoreMockRecorder) Health

func (mr *MockFullRegistrationStoreMockRecorder) Health(arg0 interface{}) *gomock.Call

Health indicates an expected call of Health.

Jump to

Keyboard shortcuts

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