Documentation ¶ Index ¶ func RunService(cf string, stopChan chan struct{}) type Config func FromFile(f string) (*Config, error) func (c *Config) ValidateConfig() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunService ¶ func RunService(cf string, stopChan chan struct{}) Types ¶ type Config ¶ type Config struct { DayTheme string // as reported by lookandfeeltool NightTheme string // as reported by lookandfeeltool Location string APIKey string // OpenWeatherMap API Key } func FromFile ¶ func FromFile(f string) (*Config, error) func (*Config) ValidateConfig ¶ func (c *Config) ValidateConfig() bool Source Files ¶ View all Source files commands.go model.go Click to show internal directories. Click to hide internal directories.