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 MergeStrMapsInt(maps ...map[string]int) map[string]int
- func MergeStrMapsString(maps ...map[string]string) map[string]string
- func StrMapKeysInt(myMap map[string]int) []string
- func StrMapKeysString(myMap map[string]string) []string
- func StrMapValuesInt(myMap map[string]int) []int
- func StrMapValuesString(myMap map[string]string) []string
- func StrMapsEqualInt(m1, m2 map[string]int) bool
- func StrMapsEqualString(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 MergeStrMapsString ¶ added in v0.31.0
func StrMapKeysInt ¶ added in v0.31.0
func StrMapKeysString ¶ added in v0.31.0
func StrMapValuesInt ¶ added in v0.31.0
func StrMapValuesString ¶ added in v0.31.0
func StrMapsEqualInt ¶ added in v0.31.0
func StrMapsEqualString ¶ added in v0.31.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.