Documentation
¶
Index ¶
Constants ¶
View Source
const ( PERIOD_TYPE_DEFAULT = "default" PERIOD_TYPE_DAY = "day" PERIOD_TYPE_HOUR = "hour" PERIOD_TYPE_MINUTE = "minute" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TimezoneLocation string `yaml:"timezone_location"` Trello Trello `yaml:"trello"` Sources Sources `yaml:"sources"` Telegram Telegram `yaml:"telegram"` }
func ReadConfig ¶
ReadConfig reads the YAML config file & decodes all parameters
Click to show internal directories.
Click to hide internal directories.