Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { App ConfigApp Feeds []ConfigFeed Webhooks []ConfigWebhook }
func (*Config) EnabledFeeds ¶
func (mc *Config) EnabledFeeds() []ConfigFeed
type ConfigApp ¶
type ConfigApp struct { BrandingDisabled bool `toml:"branding_disabled"` DBPath string `toml:"db_path"` LogLevel string `toml:"loglevel"` Oldest int `toml:"oldest"` Ticker int `toml:"ticker"` Timeout int `toml:"timeout"` }
func (ConfigApp) LoggerLevel ¶
type ConfigFeed ¶
type ConfigWebhook ¶
Click to show internal directories.
Click to hide internal directories.