Documentation
¶
Index ¶
- func GetMapValueByPath(root map[string]interface{}, path string) (interface{}, bool)
- func LoadConfigAsMap(path string) (map[string]interface{}, error)
- func NormalizeConfigPath(path string) string
- func ParseConfigValue(raw string) interface{}
- func RollbackConfigFromBackup(configPath, backupPath string) error
- func SetMapValueByPath(root map[string]interface{}, path string, value interface{}) error
- func TriggerGatewayReload(configPath string, notRunningErr error) (bool, error)
- func WriteConfigAtomicWithBackup(configPath string, data []byte) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMapValueByPath ¶
func LoadConfigAsMap ¶
func NormalizeConfigPath ¶
func ParseConfigValue ¶
func ParseConfigValue(raw string) interface{}
func SetMapValueByPath ¶
func TriggerGatewayReload ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.