Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotConfig ¶
type BotConfig struct { Debug bool `toml:"debug"` Token string `toml:"token"` LogLevel string `toml:"log_level"` Broker *broker.BrokerConfig Store *store.StoreConfig }
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.