mocks

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2021 License: MIT Imports: 5 Imported by: 0

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) Create

func (m *MockMessageService) Create(arg0 context.Context, arg1 *domain.Message) error

Create mocks base method.

func (*MockMessageService) EXPECT

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

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

func (*MockVehicleService) FindByNumber

func (m *MockVehicleService) FindByNumber(arg0 context.Context, arg1 string) (*core.Result, error)

FindByNumber mocks base method.

func (*MockVehicleService) FindByVIN

func (m *MockVehicleService) FindByVIN(arg0 context.Context, arg1 string) (*core.Result, error)

FindByVIN 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.

Jump to

Keyboard shortcuts

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