weather/internal/config.go

8 lines
226 B
Go

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"`
}