package internal //WeatherConfig weather application relative configuration file // this configuration is common to weather server and poller type WeatherConfig struct { OpenweatherSecret string `hcl:"openweather-secret"` }