Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Airport ¶
type Airport struct {
Name string `json:"name"`
City string `json:"city"`
Country string `json:"countryCode"`
Iata string `json:"iataCode"`
Icao string `json:"icaoCode"`
Lat float64 `json:"latitude"`
Long float64 `json:"longitude"`
}
Airport represents the details of a given airport
type Path ¶
type Path struct {
Segments []*Segment `json:"segments"`
}
Path represents a list of flight segments
Click to show internal directories.
Click to hide internal directories.