Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2022 Changes in this version + func DiffList(currentList interface{}, beforeList interface{}, ChoiceFields interface{}) (diffList []interface{}, sameList []interface{}, ok bool) + func FindIndexInDataList(datalist interface{}, data interface{}, fieldList []string) (index int, result bool) + func Head(dataList interface{}, n int) + func IsDataInStrList(data []string, item string) bool + func IsDataInStructList(datalist interface{}, data interface{}, choiceFields []string) (index int, result bool) + func Merge(...interface{}) + func Reverse(dataList interface{}) + func Sort(dataList interface{}, column interface{}, desc bool) + func StructListToMap(obj interface{}, fields interface{}) (map[string]interface{}, bool) + func Tail(dataList interface{}, n int) + func ToString(array interface{}) string