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 MockMessageService ¶
type MockMessageService struct {
// contains filtered or unexported fields
}
MockMessageService is a mock of MessageService interface.
func NewMockMessageService ¶
func NewMockMessageService(ctrl *gomock.Controller) *MockMessageService
NewMockMessageService creates a new mock instance.
func (*MockMessageService) EXPECT ¶
func (m *MockMessageService) EXPECT() *MockMessageServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMessageServiceMockRecorder ¶
type MockMessageServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockMessageServiceMockRecorder is the mock recorder for MockMessageService.
func (*MockMessageServiceMockRecorder) Create ¶
func (mr *MockMessageServiceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
type MockVehicleService ¶
type MockVehicleService struct {
// contains filtered or unexported fields
}
MockVehicleService is a mock of VehicleService interface.
func NewMockVehicleService ¶
func NewMockVehicleService(ctrl *gomock.Controller) *MockVehicleService
NewMockVehicleService creates a new mock instance.
func (*MockVehicleService) EXPECT ¶
func (m *MockVehicleService) EXPECT() *MockVehicleServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVehicleService) FindByNumber ¶
FindByNumber mocks base method.
type MockVehicleServiceMockRecorder ¶
type MockVehicleServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockVehicleServiceMockRecorder is the mock recorder for MockVehicleService.
func (*MockVehicleServiceMockRecorder) FindByNumber ¶
func (mr *MockVehicleServiceMockRecorder) FindByNumber(arg0, arg1 interface{}) *gomock.Call
FindByNumber indicates an expected call of FindByNumber.
func (*MockVehicleServiceMockRecorder) FindByVIN ¶
func (mr *MockVehicleServiceMockRecorder) FindByVIN(arg0, arg1 interface{}) *gomock.Call
FindByVIN indicates an expected call of FindByVIN.