Documentation ¶
Index ¶
- type Config
- func (c *Config) ConfigFileExists() bool
- func (*Config) ConfigValueIsSet(key string) bool
- func (*Config) GetConfigBoolValue(key string) bool
- func (*Config) GetConfigPath() string
- func (*Config) GetConfigStringValue(key string) string
- func (*Config) LoadNodeConfig() (string, error)
- func (*Config) MergeConfig(log logging.Logger, s string)
- func (*Config) SetConfig(log logging.Logger, s string)
- func (*Config) SetConfigValue(key string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct{}
func (*Config) ConfigFileExists ¶ added in v1.3.4
func (*Config) ConfigValueIsSet ¶ added in v1.3.4
func (*Config) GetConfigBoolValue ¶ added in v1.3.4
func (*Config) GetConfigPath ¶ added in v1.3.4
func (*Config) GetConfigStringValue ¶ added in v1.3.4
func (*Config) LoadNodeConfig ¶
func (*Config) MergeConfig ¶ added in v1.3.4
func (*Config) SetConfigValue ¶ added in v1.3.4
SetConfigValue sets the value of a configuration key.
Click to show internal directories.
Click to hide internal directories.