Documentation ¶
Index ¶
Constants ¶
View Source
const NorthAmercanCountries = "USA,CAN,MEX,PRI"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCommandHandler ¶
type BaseCommandHandler struct { }
func (BaseCommandHandler) Execute ¶
func (h BaseCommandHandler) Execute(_ context.Context, command *BaseCommandRequest) (*BaseCommandResponse, error)
type BaseCommandRequest ¶
type BaseCommandRequest struct {
Input string
}
type BaseCommandResponse ¶
type BaseCommandResponse struct {
Result bool
}
type LoadVinVerifiedValuationCommandHandler ¶
type LoadVinVerifiedValuationCommandHandler interface {
Execute(ctx context.Context, command *LoadVinVerifiedValuationCommandRequest) error
}
func NewLoadVinVerifiedValuationCommandHandler ¶
func NewLoadVinVerifiedValuationCommandHandler(dbs func() *db.ReaderWriter, logger zerolog.Logger, settings *config.Settings, userDeviceService services.UserDeviceAPIService, ddSvc services.DeviceDefinitionsAPIService, uddSvc services.UserDeviceDataAPIService) LoadVinVerifiedValuationCommandHandler
type LoadVinVerifiedValuationCommandRequest ¶
type LoadVinVerifiedValuationCommandRequest struct {
WMI string `json:"wmi"`
}
type RunTestSignalCommandResponse ¶
type RunTestSignalCommandResponse struct { }
type RunValuationCommandHandler ¶
func NewRunValuationCommandHandler ¶
func NewRunValuationCommandHandler(dbs func() *db.ReaderWriter, logger zerolog.Logger, settings *config.Settings, userDeviceService services.UserDeviceAPIService, ddSvc services.DeviceDefinitionsAPIService, uddSvc services.UserDeviceDataAPIService, natsSvc *services.NATSService) RunValuationCommandHandler
Click to show internal directories.
Click to hide internal directories.