Documentation
¶
Index ¶
- func GetKeysFromByteMap(mapData map[string][]byte) []string
- func GetKeysFromMap[T any](mapData map[string]T) []string
- func GetKeysFromStringMap(mapData map[string]string) []string
- func MergeMaps[T comparable, V any](left, right map[T]V) map[T]V
- func MergeStringMaps(left, right map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKeysFromByteMap ¶
GetKeysFromByteMap Returns keys. Deprecated - use GetKeysFromMap
func GetKeysFromMap ¶ added in v1.2.2
GetKeysFromMap Returns keys
func GetKeysFromStringMap ¶ added in v1.1.6
GetKeysFromStringMap Returns keys. Deprecated - use GetKeysFromMap
func MergeMaps ¶ added in v1.2.2
func MergeMaps[T comparable, V any](left, right map[T]V) map[T]V
MergeMaps Merge two maps, preferring the right over the left
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.