Versions in this module Expand all Collapse all v0 v0.0.7 Sep 1, 2021 Changes in this version type Config + SupressObjectConversionErrors bool v0.0.5 Jan 14, 2021 Changes in this version type Config + ApiPort int + PrometheusPort int v0.0.4 Jul 17, 2020 Changes in this version + type Config struct + ClusterName string + LagInterval time.Duration + LogLevel string + LogfileName string + MaxAuditEventsBatch int + OutfileName string + PollInterval time.Duration + ProjectId string + Url string + func New(configDir string, commandLine *pflag.FlagSet) (*Config, error) + func (c *Config) LoadFile(configDir string) error + func (c *Config) LogSettings() + func (c *Config) UpdateValues()