Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string `mapstructure:"LOG_LEVEL" default:"info"` StatsdEnabled bool `mapstructure:"STATSD_ENABLED" default:"false"` StatsdHost string `mapstructure:"STATSD_HOST" default:"localhost:8125"` StatsdPrefix string `mapstructure:"STATSD_PREFIX" default:"meteor"` MaxRetries int `mapstructure:"MAX_RETRIES" default:"5"` RetryInitialIntervalSeconds int `mapstructure:"RETRY_INITIAL_INTERVAL_SECONDS" default:"5"` StopOnSinkError bool `mapstructure:"STOP_ON_SINK_ERROR" default:"false"` }
Config contains the configuration for meteor.
Click to show internal directories.
Click to hide internal directories.