Versions in this module Expand all Collapse all v3 v3.2.3 Jan 8, 2023 Changes in this version + type NWS struct + func (n *NWS) GetWeather() ([]weather.Record, error) + func (n *NWS) Init(lat string, lon string, retryer http.Retryer) error + type VisualCrossing struct + Key string + func (v *VisualCrossing) GetAstrocast() ([]weather.AstroEvent, error) + func (v *VisualCrossing) GetWeather() ([]weather.Record, error) + func (v *VisualCrossing) Init(lat string, lon string, retryer http.Retryer) error