mock_gateways

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_gateways is a generated GoMock package.

Package mock_gateways is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIdentityAPI

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

MockIdentityAPI is a mock of IdentityAPI interface.

func NewMockIdentityAPI

func NewMockIdentityAPI(ctrl *gomock.Controller) *MockIdentityAPI

NewMockIdentityAPI creates a new mock instance.

func (*MockIdentityAPI) EXPECT

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

func (*MockIdentityAPI) GetDefinition

func (m *MockIdentityAPI) GetDefinition(definitionID string) (*models.DeviceDefinition, error)

GetDefinition mocks base method.

func (*MockIdentityAPI) GetManufacturer

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

GetManufacturer mocks base method.

func (*MockIdentityAPI) GetVehicle

func (m *MockIdentityAPI) GetVehicle(tokenID uint64) (*models.Vehicle, error)

GetVehicle mocks base method.

type MockIdentityAPIMockRecorder

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

MockIdentityAPIMockRecorder is the mock recorder for MockIdentityAPI.

func (*MockIdentityAPIMockRecorder) GetDefinition

func (mr *MockIdentityAPIMockRecorder) GetDefinition(definitionID any) *gomock.Call

GetDefinition indicates an expected call of GetDefinition.

func (*MockIdentityAPIMockRecorder) GetManufacturer

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

GetManufacturer indicates an expected call of GetManufacturer.

func (*MockIdentityAPIMockRecorder) GetVehicle

func (mr *MockIdentityAPIMockRecorder) GetVehicle(tokenID any) *gomock.Call

GetVehicle indicates an expected call of GetVehicle.

type MockTelemetryAPI

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

MockTelemetryAPI is a mock of TelemetryAPI interface.

func NewMockTelemetryAPI

func NewMockTelemetryAPI(ctrl *gomock.Controller) *MockTelemetryAPI

NewMockTelemetryAPI creates a new mock instance.

func (*MockTelemetryAPI) EXPECT

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

func (*MockTelemetryAPI) GetLatestSignals

func (m *MockTelemetryAPI) GetLatestSignals(tokenID uint64, authHeader string) (*models.SignalsLatest, error)

GetLatestSignals mocks base method.

func (*MockTelemetryAPI) GetVinVC

func (m *MockTelemetryAPI) GetVinVC(tokenID uint64, authHeader string) (*models.VinVCLatest, error)

GetVinVC mocks base method.

type MockTelemetryAPIMockRecorder

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

MockTelemetryAPIMockRecorder is the mock recorder for MockTelemetryAPI.

func (*MockTelemetryAPIMockRecorder) GetLatestSignals

func (mr *MockTelemetryAPIMockRecorder) GetLatestSignals(tokenID, authHeader any) *gomock.Call

GetLatestSignals indicates an expected call of GetLatestSignals.

func (*MockTelemetryAPIMockRecorder) GetVinVC

func (mr *MockTelemetryAPIMockRecorder) GetVinVC(tokenID, authHeader any) *gomock.Call

GetVinVC indicates an expected call of GetVinVC.

Jump to

Keyboard shortcuts

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