Versions in this module Expand all Collapse all v1 v1.4.0 Apr 12, 2024 Changes in this version + func AsString(src interface{}) string + func BytesToInt64(buf []byte) int64 + func Int64ToBytes(i int64) []byte + func IntToInt64(value int) int64 + func StringToInt(value string) (i int) + func StructToJson(content interface{}) interface + func StructToMap(content interface{}) map[string]interface + func ToInt64(value interface{}) (d int64, err error)