Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2019 v1.0.0 Aug 10, 2019 Changes in this version + func AESDecrypt(key, cd []byte) (data []byte, err error) + func AESEncrypt(key, d []byte) (cipherData []byte, err error) + func AppendSet(m []string, s string) []string + func ArrToInterface(a interface{}) []interface + func CheckPassword(pwd string, verf []byte) (ok bool) + func CheckSet(m []string, s string) bool + func ChunkSliceInt(arr []int, size int) (ans [][]int) + func ChunkSliceInterface(arr []interface{}, size int) (ans [][]interface{}) + func ChunkSliceMapStrInt(arr []map[string]int, size int) (ans [][]map[string]int) + func ChunkSliceMapStrInterface(arr []map[string]interface{}, size int) (ans [][]map[string]interface{}) + func ChunkSliceString(arr []string, size int) (ans [][]string) + func CryptPassword(pwd string) (crypt []byte, err error) + func FloatTrunc(num, precision float64) float64 + func FromGob(i interface{}, b []byte) + func GetMonthName(m int) string + func GetPlaceholders(l int) string + func GetPlaceholdersType(l int, t string) string + func GetProcessID(qs []string) (pid int) + func HasArray(arr1, arr2 []string) (ok bool) + func InArray(arr []string, str string) (ok bool) + func InterfaceToMapStrInt(i interface{}) (h map[string]int) + func IsClosedChan(c chan struct{}) (ok bool) + func IsNil(v interface{}) bool + func RemoveSet(m []string, s string) []string + func ToGob(i interface{}) []byte + func ToJSON(i interface{}) (b []byte) + func WaitTo(t map[string]int) + type SelectObj struct + Name string + Value string + type Timezone struct + Name string + Value float64 + func GetTimezones() (tz []Timezone)