Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{
Username: "",
Password: "",
}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClientId string `config:"client_id"` ClientSecret string `config:"client_secret"` Username string `config:"username"` Password string `config:"password"` WeatherStations WeatherStations `config:"weather_stations"` PublicWeather PublicWeather `config:"public_weather"` }
type PublicWeather ¶
Click to show internal directories.
Click to hide internal directories.