Versions in this module Expand all Collapse all v0 v0.6.0 Jun 30, 2023 Changes in this version + var ErrConfigNotFound = errors.New(heredoc.Doc(...)) + var Version string + func LoadConfigFromFlag(cfgFile string, cfg *Config) error + func LoadFromCurrentDir(cfg *Config) error + func New(cliConfig *Config) *cobra.Command + type Config struct + Client client.Config + DB postgres.Config + Elasticsearch esStore.Config + LogLevel string + NewRelic metrics.NewRelicConfig + Service server.Config + StatsD statsd.Config + func LoadConfig() (*Config, error)