Documentation ¶
Index ¶
- func InterfaceMapKeys(myMap map[string]interface{}) []string
- func InterfaceMapKeysUnsafe(myMap interface{}) []string
- func InterfaceMapSortedKeys(myMap map[string]interface{}) []string
- func InterfaceMapsKeysMatch(map1 map[string]interface{}, map2 map[string]interface{}) bool
- func MergeStrInterfaceMaps(maps ...map[string]interface{}) map[string]interface{}
- func MergeStrMaps(maps ...map[string]string) map[string]string
- func StrMapKeys(myMap map[string]string) []string
- func StrMapValues(myMap map[string]string) []string
- func StrMapsEqual(m1, m2 map[string]string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterfaceMapKeys ¶
func InterfaceMapKeysUnsafe ¶
func InterfaceMapKeysUnsafe(myMap interface{}) []string
func InterfaceMapSortedKeys ¶
func InterfaceMapsKeysMatch ¶
func MergeStrInterfaceMaps ¶ added in v0.15.0
func StrMapKeys ¶
func StrMapValues ¶
func StrMapsEqual ¶ added in v0.13.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.