Documentation ¶ Index ¶ func CastKeysToStrings(s any) (map[string]any, error) func MergeMaps(a, b map[string]interface{}) map[string]interface{} func ParseKey(key string) []string func RecursivelyStringifyMapKey(v any) (any, error) func Set(m map[string]any, key []string, value string, stringBool bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CastKeysToStrings ¶ func CastKeysToStrings(s any) (map[string]any, error) func MergeMaps ¶ added in v0.160.0 func MergeMaps(a, b map[string]interface{}) map[string]interface{} func ParseKey ¶ func ParseKey(key string) []string func RecursivelyStringifyMapKey ¶ added in v1.0.0 func RecursivelyStringifyMapKey(v any) (any, error) func Set ¶ func Set(m map[string]any, key []string, value string, stringBool bool) Types ¶ This section is empty. Source Files ¶ View all Source files maputil.go Click to show internal directories. Click to hide internal directories.