Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAircraft ¶
func GetAircraft(url string, aircraftResponse *AircraftResponse) error
func GetReceiverInfo ¶
Types ¶
type AircraftClientError ¶
func (*AircraftClientError) Error ¶
func (e *AircraftClientError) Error() string
type AircraftResponse ¶
type AircraftResponse struct {
Aircraft []Aircraft `json:"aircraft"`
}
type ReceiverClientError ¶
func (*ReceiverClientError) Error ¶
func (e *ReceiverClientError) Error() string
Click to show internal directories.
Click to hide internal directories.