Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayData ¶
type DisplayData struct {
// Location data
Latitude float64
Longitude float64
Elevation float64
Address geocode.Address
// General weather and moon phase data
UpdateTime time.Time
TempUnit string
PressureUnit string
SunsetTime time.Time
SunriseTime time.Time
Moonphase string
MoonphaseIcon string
// Current weather and forecast data
Current WeatherData
Forecast WeatherData
}
Click to show internal directories.
Click to hide internal directories.