Documentation ¶
Index ¶
- func GetByPath(key string, mp map[string]interface{}) (val interface{}, ok bool)
- func KeyToLower(src map[string]string) map[string]string
- func Keys(mp interface{}) (keys []string)
- func MergeStringMap(src, dst map[string]string, ignoreCase bool) map[string]string
- func Values(mp interface{}) (values []interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyToLower ¶
KeyToLower convert keys to lower case.
func MergeStringMap ¶
MergeStringMap simple merge two string map. merge src to dst map
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.