Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Mail mailConfig Crawl crawlConfig DB dbConfig WebServer webConfig ReportInterval int64 }
Config is the base struct for Rss2Go configuration information.
func NewConfig ¶
func NewConfig() *Config
NewConfig returns a Config struct with reasonable defaults set.
func NewTestConfig ¶
func NewTestConfig() *Config
NewTestConfig returns a Config instance suitable for use in testing.
func (*Config) ReadConfig ¶
ReadConfig Decodes and evaluates a json config file, watching for include cycles.
Click to show internal directories.
Click to hide internal directories.