Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Imapc ConfigImapConcentrator `yaml:"imapc"` TgBot TelegramBot `yaml:"telegram"` }
func ReadConfig ¶
type ConfigImapConcentrator ¶
type TelegramBot ¶
type TelegramBot struct {
Token string `yaml:"token" env:"TGTOKEN"`
}
Click to show internal directories.
Click to hide internal directories.