Versions in this module Expand all Collapse all v0 v0.0.1 Apr 30, 2018 Changes in this version + type Config struct + DBPath *string + Dictionary *string + Host *string + IndexPath *string + Logger *Logger + Port *int + Source *Source + StopTokens *string + func New() *Config + func (c *Config) Check() error + func (c *Config) LoadFromContent(content []byte) error + func (c *Config) LoadFromFilePath(filePath string) error + type Logger struct + Level string + Output string + func (l *Logger) Prepare() error + type Source struct + Duration int + Type string + URL string