Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Status ¶ added in v0.6.6
type Status struct { // Status represents the state of the resource. Typical values are: InProgress, Ready, Error, Terminating. Status string `json:"status,omitempty"` // Msg is a human readable message describing the status or error if any. Msg string `json:"msg,omitempty"` }
Status is a basic status representation used for Flights by the ATC as well as for Airways.
Click to show internal directories.
Click to hide internal directories.