Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launch ¶
type Launch struct {
FlightNumber int `json:"flight_number"`
MissionName string `json:"mission_name"`
LaunchDate int64 `json:"launch_date_unix"`
IsTentative bool `json:"tentative"`
Rocket Rocket `json:"rocket"`
LaunchSite LaunchSite `json:"launch_site"`
Links Links `json:"links"`
Details string `json:"details"`
}
func NextLaunch ¶
type LaunchSite ¶
type LaunchSite struct {
Name string `json:"site_name_long"`
}
Click to show internal directories.
Click to hide internal directories.