Versions in this module Expand all Collapse all v0 v0.2.1 Jan 20, 2018 Changes in this version + type GAkisitorConfig struct + Log []LogDefinition + Modules []ModuleDefinition + System SystemDefinition + func (p *GAkisitorConfig) FilePtr() *string + func (p *GAkisitorConfig) IsLoaded() bool + func (p *GAkisitorConfig) Load() error + func (p *GAkisitorConfig) WaitReconfiguration(d time.Duration) error + type LogDefinition struct + Encoding string + File string + Format string + Level string + Raw RawConfig + type ModuleDefinition struct + Config RawConfig + Name string + Path string + type RawConfig interface + type SystemDefinition struct + DeviceName string + LinkID string + ServerIP string + ServerPort int + ServerSSL bool