Documentation ¶
Index ¶
Constants ¶
View Source
const POLL_INTERVAL = 5 * time.Second
Variables ¶
This section is empty.
Functions ¶
func NewFileWatcher ¶
Types ¶
type Config ¶
type Config struct { Hostname string `yaml:"hostname"` StructuredDataID string `yaml:"structured_data_id"` StructuredDataMap map[string]string `yaml:"structured_data_map"` Syslog SyslogConfig `yaml:"syslog"` UseRFC3339 bool `yaml:"use_rfc3339"` MaxMessageSize int `yaml:"max_message_size"` }
func LoadConfig ¶
type SyslogConfig ¶
Click to show internal directories.
Click to hide internal directories.