Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version string
)
Version of the current build. overridden by the build system. see "Makefile" for more information
Functions ¶
Types ¶
type Config ¶
type Config struct { // Log LogLevel string `mapstructure:"log_level" default:"info"` // StatsD StatsD statsd.Config `mapstructure:"statsd"` // NewRelic NewRelic metrics.NewRelicConfig `mapstructure:"newrelic"` // Elasticsearch Elasticsearch esStore.Config `mapstructure:"elasticsearch"` // Database DB postgres.Config `mapstructure:"db"` // Service Service server.Config `mapstructure:"service"` // Client Client client.Config `mapstructure:"client"` }
Click to show internal directories.
Click to hide internal directories.