Versions in this module Expand all Collapse all v0 v0.0.1 Jan 7, 2021 Changes in this version + type EventDBCfg struct + Dirs []string + Files []string + type EventForwardAPICfg struct + Enable bool + Log bool + func (cfg *EventForwardAPICfg) BindViper(v *viper.Viper, prefix string) + func (cfg *EventForwardAPICfg) FromViper(v *viper.Viper, prefix string) + func (cfg *EventForwardAPICfg) SetPFlags(short bool, prefix string) + func (cfg EventForwardAPICfg) Dump() string + func (cfg EventForwardAPICfg) Empty() bool + func (cfg EventForwardAPICfg) Validate() error + type EventNotifyAPICfg struct + Enable bool + Log bool + func (cfg *EventNotifyAPICfg) BindViper(v *viper.Viper, prefix string) + func (cfg *EventNotifyAPICfg) FromViper(v *viper.Viper, prefix string) + func (cfg *EventNotifyAPICfg) SetPFlags(short bool, prefix string) + func (cfg EventNotifyAPICfg) Dump() string + func (cfg EventNotifyAPICfg) Empty() bool + func (cfg EventNotifyAPICfg) Validate() error + type EventProcCfg struct + CacheDir string + CertsDir string + DB EventDBCfg + DataDir string + Stack StackCfg + Workers int + func (cfg *EventProcCfg) BindViper(v *viper.Viper, prefix string) + func (cfg *EventProcCfg) FromViper(v *viper.Viper, prefix string) + func (cfg *EventProcCfg) SetPFlags(short bool, prefix string) + func (cfg EventProcCfg) Dump() string + func (cfg EventProcCfg) Empty() bool + func (cfg EventProcCfg) Validate() error + type StackCfg struct + Dirs []string + Files []string + Main string