Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceDefinitionsService ¶ added in v0.3.2
type DeviceDefinitionsService interface { GetDeviceDefinitionByID(ctx context.Context, id string) (*p_grpc.GetDeviceDefinitionResponse, error) DecodeVIN(ctx context.Context, vin string) (*p_grpc.DecodeVinResponse, error) }
func NewDeviceDefinitionsService ¶ added in v0.3.2
func NewDeviceDefinitionsService(settings *config.Settings) DeviceDefinitionsService
type UserDeviceAutoPIUnit ¶ added in v0.1.9
type UserDeviceService ¶
type UserDeviceService interface { GetUserDeviceServiceByAutoPIUnitID(ctx context.Context, id string) (*UserDeviceAutoPIUnit, error) GetUserDeviceByVIN(ctx context.Context, vin string) (*pb.UserDevice, error) GetUserDeviceByEthAddr(ctx context.Context, ethAddr string) (*pb.UserDevice, error) }
func NewUserDeviceService ¶
func NewUserDeviceService(settings *config.Settings) UserDeviceService
Click to show internal directories.
Click to hide internal directories.