Documentation
¶
Overview ¶
Package conf provides shared configuration handling utilities for all services
Index ¶
Constants ¶
View Source
const ( ConfigFile = "config" LogDestination = loggingKey + ".destination" LogEncoding = loggingKey + ".encoding" LogLevel = loggingKey + ".level" )
View Source
const ( DefaultLogEncoding = "logfmt" DefaultLogLevel = "info" )
Global defaults for command line parameters / arguments
Variables ¶
This section is empty.
Functions ¶
func RegisterFlags ¶
RegisterFlags registers all command line flags for the configuration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.