Documentation
¶
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.