commands

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

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

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
}

type LoadVinVerifiedValuationCommandRequest

type LoadVinVerifiedValuationCommandRequest struct {
	WMI string `json:"wmi"`
}

type RunTestSignalCommandResponse

type RunTestSignalCommandResponse struct {
}

type RunValuationCommandHandler

type RunValuationCommandHandler interface {
	Execute(ctx context.Context) error
	ExecuteOfferSync(ctx context.Context) error
}

type RunValuationCommandRequest

type RunValuationCommandRequest struct {
	VIN          string `json:"vin"`
	UserDeviceID string `json:"userDeviceId"`
}

Directories

Path Synopsis
Package mock_commands is a generated GoMock package.
Package mock_commands is a generated GoMock package.

Jump to

Keyboard shortcuts

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