Documentation ¶
Index ¶
- func AllKeysExist(first, second map[string]string) bool
- func IntersectionDifference(first, second map[string]string) (map[string]string, map[string]string)
- func IsSubMap(first, second map[string]string) bool
- func MergeStringMaps(overwrite bool, ms ...map[string]string) map[string]string
- func ResetMap(first, second map[string]string)
- func SymmetricDifference(first, second map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllKeysExist ¶ added in v1.4.2
AllKeysExist indicates whether all the first map keys in the second one
func IntersectionDifference ¶ added in v1.6.0
func MergeStringMaps ¶ added in v1.5.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.