Documentation
¶
Index ¶
- type Slice
- func (*Slice) InInt64Arr(val int64, arr []int64) bool
- func (*Slice) InIntArr(val int, arr []int) bool
- func (*Slice) InStrArr(val string, arr []string) bool
- func (*Slice) Int64ToMap(req []int64) (res map[int64]bool)
- func (*Slice) Int64ToSql(req []int64) (query []string, args []int64)
- func (*Slice) Int64ToStr(req []int64) (res []string)
- func (*Slice) IntToMap(req []int) (res map[int]bool)
- func (*Slice) IntToSql(req []int) (query []string, args []int)
- func (*Slice) IntToStr(req []int) (res []string)
- func (*Slice) StrToInt64(req []string) (res []int64)
- func (*Slice) StrToMap(req []string) (res map[string]bool)
- func (*Slice) StrToSql(req []string) (query, args []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.