package
Version:
v0.0.0-...-84ed8a2
Opens a new window with list of versions in this module.
Published: Jun 28, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetSunrise returns current's day time of sunrise
Data maybe stale
GetSunset returns current's day time of sunset
Data maybe stale
Start starts periodical sun data refresher
It also updates data right away
type JSONResults struct {
SunriseString string `json:"sunrise"`
SunsetString string `json:"sunset"`
SolarNoonString string `json:"solar_noon"`
DayLengthInt int `json:"day_length"`
}
JSONResults represents sunrise-sunset API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.