Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API implements a simple HTTP API server to expose Car data.
type Car ¶
type Car struct { ID string `json:"id"` Model string `json:"model"` VehicleID string `json:"vehicle_id"` OwnerID string `json:"owner_id"` }
Car represents a car managed by the service.
type CarPosition ¶
CarPosition defines the coordinates of the car.
Click to show internal directories.
Click to hide internal directories.