Versions in this module Expand all Collapse all v0 v0.13.1 Nov 28, 2024 v0.13.0 Nov 14, 2024 v0.12.0 Oct 25, 2024 Changes in this version + func AddWeatherLocation(ctx context.Context, location config.WeatherLocation) + type Clouds struct + All int + type Coord struct + Lat float64 + Lon float64 + type Main struct + FeelsLike float64 + GrndLevel int + Humidity int + Pressure int + SeaLevel int + Temp float64 + TempMax float64 + TempMin float64 + type Sys struct + Country string + ID int + Sunrise int + Sunset int + Type int + type Weather struct + Base string + Clouds Clouds + Cod int + Coord Coord + Data []WeatherData + Dt int + ID int + Main Main + Name string + Sys Sys + Timezone int + Visibility int + Wind Wind + type WeatherData struct + Description string + ID int + Icon string + Main string + type WeatherLocation struct + API string + Lang string + Lat string + Lon string + Name string + Unit string + func CurrentWeather(name string) WeatherLocation + type Wind struct + Deg int + Gust float64 + Speed float64