Versions in this module Expand all Collapse all v4 v4.0.5 Sep 23, 2021 v4.0.4 Sep 22, 2021 v4.0.3 Jun 28, 2021 v4.0.2 Feb 26, 2021 v4.0.1 Dec 23, 2020 v4.0.0 Oct 6, 2020 Changes in this version + func CliParametersToRegister() map[string]CommandConfigData + func Initialize() + func LoadFromArgs(cliParametersMap map[string]interface{}) + func LoadFromFile(path string) error + func ParseAdvancedOptions() conf.AdvancedConfig + func ValidConfigs() error + func WriteDefaultConfigFile(path string) + type Auth struct + APIKeys []string + type CommandConfigData struct + Attribute string + AttributeType string + Command string + DefaultValue interface{} + Description string + type ConfigData struct + APIKey string + EventsPerPost int64 + EventsPostRate int + EventsThreads int + HTTPTimeout int64 + IPAddressesEnabled bool + ImpressionListener ImpressionListener + ImpressionsMode string + ImpressionsPerPost int64 + ImpressionsPostRate int + ImpressionsThreads int + Logger LogSection + MetricsPostRate int + Producer ProducerSection + Proxy InMemorySection + Redis RedisSection + SegmentFetchRate int + SplitsFetchRate int + StreamingEnabled bool + var Data ConfigData + func NewInitializedConfigData() ConfigData + func (c ConfigData) MarshalBinary() (data []byte, err error) + type ImpressionListener struct + Endpoint string + type InMemorySection struct + AdminPassword string + AdminPort int + AdminUsername string + Auth Auth + EventsMaxSize int64 + ImpressionsMaxSize int64 + PersistMemoryPath string + Port int + Title string + type LogSection struct + DebugOn bool + File string + FileBackupCount int + FileMaxSize int64 + SlackChannel string + SlackWebhookURL string + StdoutOn bool + VerboseOn bool + type ProducerAdmin struct + Password string + Port int + Title string + Username string + type ProducerSection struct + Admin ProducerAdmin + type RedisSection struct + ClusterKeyHashTag string + ClusterMode bool + ClusterNodes string + Db int + DialTimeout int + ForceFreshStartup bool + Host string + MaxRetries int + Network string + Pass string + PoolSize int + Port int + Prefix string + ReadTimeout int + SentinelAddresses string + SentinelMaster string + SentinelReplication bool + TLS bool + TLSCACertificates []string + TLSClientCertificate string + TLSClientKey string + TLSServerName string + TLSSkipNameValidation bool + WriteTimeout int v4.0.0-rc2 Sep 24, 2020 v4.0.0-rc1 Sep 22, 2020