Versions in this module Expand all Collapse all v0 v0.29.0 Feb 5, 2021 v0.28.0 Feb 4, 2021 Changes in this version + func GetValueInMap(searchedMap map[string]interface{}, path ...string) (interface{}, error) + func MergeIntoMap(subject StringMap, otherMap StringMap) error + func SetValueInMap(mapToChange map[string]interface{}, value interface{}, path ...string) error + type StringMap = map[string]interface + func CopyMap(otherMap StringMap) StringMap