Documentation ¶
Index ¶
- func AddSlice(arr []string, strings ...string) []string
- func ArrayToMap(args ...string) map[string]string
- func Includes(arr []string, s string) bool
- func MapIntToArray(m map[string]int32) (res []string)
- func MatchPredicate(value []byte, predicate map[string]string) bool
- func RemoveSlice(arr []string, strings ...string) []string
- func ToBoolean(input any) bool
- func ToFloat64(input any) (res float64)
- func ToInt(input any) (res int)
- func ToInt64(input any) (res int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchPredicate ¶
MatchPredicate helper
func RemoveSlice ¶
RemoveSlice removing element from slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.