mocks

package
v1.5.8 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: fuel_api_service.go

Generated by this command:

mockgen -source fuel_api_service.go -destination mocks/fuel_api_service_mock.go -package mocks

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockAutoIsoAPIService added in v1.0.32

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

MockAutoIsoAPIService is a mock of AutoIsoAPIService interface.

func NewMockAutoIsoAPIService added in v1.0.32

func NewMockAutoIsoAPIService(ctrl *gomock.Controller) *MockAutoIsoAPIService

NewMockAutoIsoAPIService creates a new mock instance.

func (*MockAutoIsoAPIService) EXPECT added in v1.0.32

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

func (*MockAutoIsoAPIService) GetVIN added in v1.0.32

GetVIN mocks base method.

type MockAutoIsoAPIServiceMockRecorder added in v1.0.32

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

MockAutoIsoAPIServiceMockRecorder is the mock recorder for MockAutoIsoAPIService.

func (*MockAutoIsoAPIServiceMockRecorder) GetVIN added in v1.0.32

GetVIN indicates an expected call of GetVIN.

type MockCarVxVINAPI added in v1.4.9

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

MockCarVxVINAPI is a mock of CarVxVINAPI interface.

func NewMockCarVxVINAPI added in v1.4.9

func NewMockCarVxVINAPI(ctrl *gomock.Controller) *MockCarVxVINAPI

NewMockCarVxVINAPI creates a new mock instance.

func (*MockCarVxVINAPI) EXPECT added in v1.4.9

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

func (*MockCarVxVINAPI) GetVINInfo added in v1.4.9

func (m *MockCarVxVINAPI) GetVINInfo(chassisNumber string) (*models.CarVxResponse, []byte, error)

GetVINInfo mocks base method.

type MockCarVxVINAPIMockRecorder added in v1.4.9

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

MockCarVxVINAPIMockRecorder is the mock recorder for MockCarVxVINAPI.

func (*MockCarVxVINAPIMockRecorder) GetVINInfo added in v1.4.9

func (mr *MockCarVxVINAPIMockRecorder) GetVINInfo(chassisNumber any) *gomock.Call

GetVINInfo indicates an expected call of GetVINInfo.

type MockDATGroupAPIService added in v1.1.0

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

MockDATGroupAPIService is a mock of DATGroupAPIService interface.

func NewMockDATGroupAPIService added in v1.1.0

func NewMockDATGroupAPIService(ctrl *gomock.Controller) *MockDATGroupAPIService

NewMockDATGroupAPIService creates a new mock instance.

func (*MockDATGroupAPIService) EXPECT added in v1.1.0

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

func (*MockDATGroupAPIService) GetVINv2 added in v1.2.18

GetVINv2 mocks base method.

type MockDATGroupAPIServiceMockRecorder added in v1.1.0

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

MockDATGroupAPIServiceMockRecorder is the mock recorder for MockDATGroupAPIService.

func (*MockDATGroupAPIServiceMockRecorder) GetVINv2 added in v1.2.18

GetVINv2 indicates an expected call of GetVINv2.

type MockDeviceDefinitionOnChainService added in v1.1.1

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

MockDeviceDefinitionOnChainService is a mock of DeviceDefinitionOnChainService interface.

func NewMockDeviceDefinitionOnChainService added in v1.1.1

func NewMockDeviceDefinitionOnChainService(ctrl *gomock.Controller) *MockDeviceDefinitionOnChainService

NewMockDeviceDefinitionOnChainService creates a new mock instance.

func (*MockDeviceDefinitionOnChainService) Create added in v1.2.46

Create mocks base method.

func (*MockDeviceDefinitionOnChainService) Delete added in v1.2.79

func (m *MockDeviceDefinitionOnChainService) Delete(ctx context.Context, manufacturerName, id string) (*string, error)

Delete mocks base method.

func (*MockDeviceDefinitionOnChainService) EXPECT added in v1.1.1

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

func (*MockDeviceDefinitionOnChainService) GetDefinitionByID added in v1.2.52

GetDefinitionByID mocks base method.

func (*MockDeviceDefinitionOnChainService) GetDefinitionTableland added in v1.2.52

func (m *MockDeviceDefinitionOnChainService) GetDefinitionTableland(ctx context.Context, manufacturerID *big.Int, ID string) (*models.DeviceDefinitionTablelandModel, error)

GetDefinitionTableland mocks base method.

func (*MockDeviceDefinitionOnChainService) GetDeviceDefinitionByID added in v1.1.1

func (m *MockDeviceDefinitionOnChainService) GetDeviceDefinitionByID(ctx context.Context, manufacturerID *big.Int, ID string) (*models.DeviceDefinitionTablelandModel, error)

GetDeviceDefinitionByID mocks base method.

func (*MockDeviceDefinitionOnChainService) GetDeviceDefinitions added in v1.1.1

func (m *MockDeviceDefinitionOnChainService) GetDeviceDefinitions(ctx context.Context, manufacturerID types.NullDecimal, ID, model string, year int, pageIndex, pageSize int32) ([]models.DeviceDefinitionTablelandModel, error)

GetDeviceDefinitions mocks base method.

func (*MockDeviceDefinitionOnChainService) GetManufacturer added in v1.2.95

func (m *MockDeviceDefinitionOnChainService) GetManufacturer(manufacturerSlug string) (*models.Manufacturer, error)

GetManufacturer mocks base method.

func (*MockDeviceDefinitionOnChainService) GetManufacturerNameByID added in v1.2.95

func (m *MockDeviceDefinitionOnChainService) GetManufacturerNameByID(ctx context.Context, manufacturerID *big.Int) (string, error)

GetManufacturerNameByID mocks base method.

func (*MockDeviceDefinitionOnChainService) QueryDefinitionsCustom added in v1.2.95

func (m *MockDeviceDefinitionOnChainService) QueryDefinitionsCustom(ctx context.Context, manufacturerID int, whereClause string, pageIndex int) ([]models.DeviceDefinitionTablelandModel, error)

QueryDefinitionsCustom mocks base method.

func (*MockDeviceDefinitionOnChainService) Update added in v1.2.45

Update mocks base method.

type MockDeviceDefinitionOnChainServiceMockRecorder added in v1.1.1

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

MockDeviceDefinitionOnChainServiceMockRecorder is the mock recorder for MockDeviceDefinitionOnChainService.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) Create added in v1.2.46

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) Create(ctx, manufacturerName, dd any) *gomock.Call

Create indicates an expected call of Create.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) Delete added in v1.2.79

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) Delete(ctx, manufacturerName, id any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetDefinitionByID added in v1.2.52

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetDefinitionByID(ctx, ID any) *gomock.Call

GetDefinitionByID indicates an expected call of GetDefinitionByID.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetDefinitionTableland added in v1.2.52

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetDefinitionTableland(ctx, manufacturerID, ID any) *gomock.Call

GetDefinitionTableland indicates an expected call of GetDefinitionTableland.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetDeviceDefinitionByID added in v1.1.1

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetDeviceDefinitionByID(ctx, manufacturerID, ID any) *gomock.Call

GetDeviceDefinitionByID indicates an expected call of GetDeviceDefinitionByID.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetDeviceDefinitions added in v1.1.1

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetDeviceDefinitions(ctx, manufacturerID, ID, model, year, pageIndex, pageSize any) *gomock.Call

GetDeviceDefinitions indicates an expected call of GetDeviceDefinitions.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetManufacturer added in v1.2.95

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetManufacturer(manufacturerSlug any) *gomock.Call

GetManufacturer indicates an expected call of GetManufacturer.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) GetManufacturerNameByID added in v1.2.95

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) GetManufacturerNameByID(ctx, manufacturerID any) *gomock.Call

GetManufacturerNameByID indicates an expected call of GetManufacturerNameByID.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) QueryDefinitionsCustom added in v1.2.95

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) QueryDefinitionsCustom(ctx, manufacturerID, whereClause, pageIndex any) *gomock.Call

QueryDefinitionsCustom indicates an expected call of QueryDefinitionsCustom.

func (*MockDeviceDefinitionOnChainServiceMockRecorder) Update added in v1.2.45

func (mr *MockDeviceDefinitionOnChainServiceMockRecorder) Update(ctx, manufacturerName, input any) *gomock.Call

Update indicates an expected call of Update.

type MockDrivlyAPIService added in v0.6.8

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

MockDrivlyAPIService is a mock of DrivlyAPIService interface.

func NewMockDrivlyAPIService added in v0.6.8

func NewMockDrivlyAPIService(ctrl *gomock.Controller) *MockDrivlyAPIService

NewMockDrivlyAPIService creates a new mock instance.

func (*MockDrivlyAPIService) EXPECT added in v0.6.8

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

func (*MockDrivlyAPIService) GetVINInfo added in v0.6.8

func (m *MockDrivlyAPIService) GetVINInfo(vin string) (*models.DrivlyVINResponse, []byte, error)

GetVINInfo mocks base method.

type MockDrivlyAPIServiceMockRecorder added in v0.6.8

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

MockDrivlyAPIServiceMockRecorder is the mock recorder for MockDrivlyAPIService.

func (*MockDrivlyAPIServiceMockRecorder) GetVINInfo added in v0.6.8

func (mr *MockDrivlyAPIServiceMockRecorder) GetVINInfo(vin any) *gomock.Call

GetVINInfo indicates an expected call of GetVINInfo.

type MockElevaAPI added in v1.5.6

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

MockElevaAPI is a mock of ElevaAPI interface.

func NewMockElevaAPI added in v1.5.6

func NewMockElevaAPI(ctrl *gomock.Controller) *MockElevaAPI

NewMockElevaAPI creates a new mock instance.

func (*MockElevaAPI) EXPECT added in v1.5.6

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

func (*MockElevaAPI) GetVINInfo added in v1.5.6

func (m *MockElevaAPI) GetVINInfo(vin string) (*models.ElevaVINResponse, error)

GetVINInfo mocks base method.

type MockElevaAPIMockRecorder added in v1.5.6

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

MockElevaAPIMockRecorder is the mock recorder for MockElevaAPI.

func (*MockElevaAPIMockRecorder) GetVINInfo added in v1.5.6

func (mr *MockElevaAPIMockRecorder) GetVINInfo(vin any) *gomock.Call

GetVINInfo indicates an expected call of GetVINInfo.

type MockFuelAPIService added in v0.9.8

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

MockFuelAPIService is a mock of FuelAPIService interface.

func NewMockFuelAPIService added in v0.9.8

func NewMockFuelAPIService(ctrl *gomock.Controller) *MockFuelAPIService

NewMockFuelAPIService creates a new mock instance.

func (*MockFuelAPIService) EXPECT added in v0.9.8

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

func (*MockFuelAPIService) FetchDeviceImages added in v0.9.8

func (m *MockFuelAPIService) FetchDeviceImages(mk, mdl string, yr, prodID, prodFormat int) (gateways.FuelDeviceImages, error)

FetchDeviceImages mocks base method.

type MockFuelAPIServiceMockRecorder added in v0.9.8

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

MockFuelAPIServiceMockRecorder is the mock recorder for MockFuelAPIService.

func (*MockFuelAPIServiceMockRecorder) FetchDeviceImages added in v0.9.8

func (mr *MockFuelAPIServiceMockRecorder) FetchDeviceImages(mk, mdl, yr, prodID, prodFormat any) *gomock.Call

FetchDeviceImages indicates an expected call of FetchDeviceImages.

type MockIdentityAPI added in v1.2.75

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

MockIdentityAPI is a mock of IdentityAPI interface.

func NewMockIdentityAPI added in v1.2.75

func NewMockIdentityAPI(ctrl *gomock.Controller) *MockIdentityAPI

NewMockIdentityAPI creates a new mock instance.

func (*MockIdentityAPI) EXPECT added in v1.2.75

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

func (*MockIdentityAPI) GetManufacturer added in v1.2.75

func (m *MockIdentityAPI) GetManufacturer(slug string) (*models.Manufacturer, error)

GetManufacturer mocks base method.

func (*MockIdentityAPI) GetManufacturers added in v1.4.0

func (m *MockIdentityAPI) GetManufacturers() ([]models.Manufacturer, error)

GetManufacturers mocks base method.

type MockIdentityAPIMockRecorder added in v1.2.75

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

MockIdentityAPIMockRecorder is the mock recorder for MockIdentityAPI.

func (*MockIdentityAPIMockRecorder) GetManufacturer added in v1.2.75

func (mr *MockIdentityAPIMockRecorder) GetManufacturer(slug any) *gomock.Call

GetManufacturer indicates an expected call of GetManufacturer.

func (*MockIdentityAPIMockRecorder) GetManufacturers added in v1.4.0

func (mr *MockIdentityAPIMockRecorder) GetManufacturers() *gomock.Call

GetManufacturers indicates an expected call of GetManufacturers.

type MockJapan17VINAPI added in v1.2.96

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

MockJapan17VINAPI is a mock of Japan17VINAPI interface.

func NewMockJapan17VINAPI added in v1.2.96

func NewMockJapan17VINAPI(ctrl *gomock.Controller) *MockJapan17VINAPI

NewMockJapan17VINAPI creates a new mock instance.

func (*MockJapan17VINAPI) EXPECT added in v1.2.96

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

func (*MockJapan17VINAPI) GetVINInfo added in v1.2.96

func (m *MockJapan17VINAPI) GetVINInfo(vin string) (*models.Japan17MMY, []byte, error)

GetVINInfo mocks base method.

type MockJapan17VINAPIMockRecorder added in v1.2.96

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

MockJapan17VINAPIMockRecorder is the mock recorder for MockJapan17VINAPI.

func (*MockJapan17VINAPIMockRecorder) GetVINInfo added in v1.2.96

func (mr *MockJapan17VINAPIMockRecorder) GetVINInfo(vin any) *gomock.Call

GetVINInfo indicates an expected call of GetVINInfo.

type MockRedisCacheService added in v0.1.5

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

MockRedisCacheService is a mock of RedisCacheService interface.

func NewMockRedisCacheService added in v0.1.5

func NewMockRedisCacheService(ctrl *gomock.Controller) *MockRedisCacheService

NewMockRedisCacheService creates a new mock instance.

func (*MockRedisCacheService) Close added in v0.1.5

func (m *MockRedisCacheService) Close() error

Close mocks base method.

func (*MockRedisCacheService) Del added in v0.1.5

func (m *MockRedisCacheService) Del(ctx context.Context, keys ...string) *redis.IntCmd

Del mocks base method.

func (*MockRedisCacheService) EXPECT added in v0.1.5

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

func (*MockRedisCacheService) FlushAll added in v0.1.5

FlushAll mocks base method.

func (*MockRedisCacheService) Get added in v0.1.5

Get mocks base method.

func (*MockRedisCacheService) Set added in v0.1.5

func (m *MockRedisCacheService) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

Set mocks base method.

type MockRedisCacheServiceMockRecorder added in v0.1.5

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

MockRedisCacheServiceMockRecorder is the mock recorder for MockRedisCacheService.

func (*MockRedisCacheServiceMockRecorder) Close added in v0.1.5

Close indicates an expected call of Close.

func (*MockRedisCacheServiceMockRecorder) Del added in v0.1.5

func (mr *MockRedisCacheServiceMockRecorder) Del(ctx interface{}, keys ...interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockRedisCacheServiceMockRecorder) FlushAll added in v0.1.5

func (mr *MockRedisCacheServiceMockRecorder) FlushAll(ctx interface{}) *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*MockRedisCacheServiceMockRecorder) Get added in v0.1.5

func (mr *MockRedisCacheServiceMockRecorder) Get(ctx, key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockRedisCacheServiceMockRecorder) Set added in v0.1.5

func (mr *MockRedisCacheServiceMockRecorder) Set(ctx, key, value, expiration interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockVincarioAPIService added in v0.7.9

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

MockVincarioAPIService is a mock of VincarioAPIService interface.

func NewMockVincarioAPIService added in v0.7.9

func NewMockVincarioAPIService(ctrl *gomock.Controller) *MockVincarioAPIService

NewMockVincarioAPIService creates a new mock instance.

func (*MockVincarioAPIService) DecodeVIN added in v0.7.9

DecodeVIN mocks base method.

func (*MockVincarioAPIService) EXPECT added in v0.7.9

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

type MockVincarioAPIServiceMockRecorder added in v0.7.9

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

MockVincarioAPIServiceMockRecorder is the mock recorder for MockVincarioAPIService.

func (*MockVincarioAPIServiceMockRecorder) DecodeVIN added in v0.7.9

func (mr *MockVincarioAPIServiceMockRecorder) DecodeVIN(vin any) *gomock.Call

DecodeVIN indicates an expected call of DecodeVIN.

Jump to

Keyboard shortcuts

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