Documentation
¶
Index ¶
- func DeepCopyMap(config map[string]any) (map[string]any, error)
- func GetValue(keyPath []string, searchMap map[string]any) (any, error)
- func LoadObjectFromMap(key string, config map[string]any, object any)
- func ReplaceValue(keyPath []string, replaceVal any, searchMap map[string]any) (map[string]any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopyMap ¶
DeepCopyMap creates a copy of the map that doesn't have any links to the original map
func GetValue ¶
GetValue recursively traverses keyPath, returning the value of the specified keyPath in searchMap.
func LoadObjectFromMap ¶
LoadObjectFromMap unmarshals a specific key's value into an object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.