Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterNumValueMap ¶ added in v1.1.6
FilterNumValueMap() - filter map by number values. Operator indicates the logical operators used on the operation (>,>=,==,!=,<,<=). Num is the number criteria for the filtration
func FilterStringValueMapStr ¶ added in v1.1.6
FilterStringValueMapStr() - filters the map with value given. Value property will be filtered depending on the operation passed (==,!=). It will be compared to value given in the argument
func GroupMapByNumberInKey ¶
GroupMapByNumberInKey() - filter the maps by number in keys. e.g: Test1a,Test2,Test1b. It's expected to have map[1:[Test1a Test1b] 2:[Test2]] where Test1a and Test1b are group together because they have common number in keys which is 1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.