Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalSource = pflag.String("global.source", "default(flag)", "identify the source of configuration") //var globalUnset = pflag.String("global.unset", "default(flag)", "this parameter do not appear in config file") GlobalUnset = pflag.String("global.unset", "", "this parameter do not appear in config file") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config
func ConfigInit ¶
ConfigInit initializes the configuration
func (*Config) SetRemoteConfig ¶
SetRemoteConfig sets the config from remote.
func (*Config) WatchRemoteConf ¶
func (v *Config) WatchRemoteConf()
WatchRemoteConf watch the configuration of the remote provider and
Click to show internal directories.
Click to hide internal directories.