Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeConfig ¶
InitializeConfig ...
Types ¶
type ConfigKey ¶
type ConfigKey struct { Type ConfigKeyType Name string DefaultValue interface{} Description string }
ConfigKey represents the definition of a config flag
type ConfigKeyType ¶
type ConfigKeyType int
ConfigKeyType defines all configuration key types
const ( // StringFlag key for key-value flag StringFlag ConfigKeyType = iota + 1 // StringSliceFlag for key-[values] flag StringSliceFlag )
Click to show internal directories.
Click to hide internal directories.