Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2022 v1.0.0 Feb 1, 2022 Changes in this version + type Map struct + func NewMap() *Map + func (*Map) Int64BoolToKeys(req map[int64]bool) (res []int64) + func (*Map) Int64Int64ToKeys(req map[int64]int64) (res []int64) + func (*Map) Int64Int64ToValues(req map[int64]int64) (res []int64) + func (*Map) Int64StrToKeys(req map[int64]string) (res []int64) + func (*Map) Int64StrToValues(req map[int64]string) (res []string) + func (*Map) IntBoolToKeys(req map[int]bool) (res []int) + func (*Map) IntIntToKeys(req map[int]int) (res []int) + func (*Map) IntIntToValues(req map[int]int) (res []int) + func (*Map) IntStrToKeys(req map[int]string) (res []int) + func (*Map) IntStrToValues(req map[int]string) (res []string) + func (*Map) StrBoolToKeys(req map[string]bool) (res []string) + func (*Map) StrInt64ToKeys(req map[string]int64) (res []string) + func (*Map) StrInt64ToValues(req map[string]int64) (res []int64) + func (*Map) StrIntToKeys(req map[string]int) (res []string) + func (*Map) StrIntToValues(req map[string]int) (res []int) + func (*Map) StrStrToKeys(req map[string]string) (res []string) + func (*Map) StrStrToValues(req map[string]string) (res []string)