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 ¶
func (m *MockRecognitionRepository) Create(arg0 context.Context, arg1 *store.Recognition) error
Create mocks base method
func (*MockRecognitionRepository) EXPECT ¶
func (m *MockRecognitionRepository) EXPECT() *MockRecognitionRepositoryMockRecorder
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