Versions in this module Expand all Collapse all v0 v0.0.4 Apr 24, 2022 Changes in this version + func GetValue(data map[string]interface{}, keys ...string) (interface{}, bool) + func GetValueN(data map[string]interface{}, keys ...string) interface + func PutValue(data map[string]interface{}, val interface{}, keys ...string) + func RemoveValue(data map[string]interface{}, keys ...string) (interface{}, bool)