Versions in this module Expand all Collapse all v0 v0.1.0 Apr 4, 2024 Changes in this version + func Adr[T interface{}](s T) *T + func DeserializeData[T interface{}](source any, target *T) T + func DumpObj2Local(obj interface{}, filepath string) error + func GetCodeLine(skip int) string + func GetRequest(urlstr string, query ...QueryParam) (*http.Response, error) + func GreaterThan2interface(a, b interface{}) (bool, error) + func LoadObj(filepath string, obj interface{}) error + func Number2float64(a interface{}) (float64, error) + func PostRequest(urlstr string, body string) (*http.Response, error) + func PrintDataAsJson(m interface{}) string + func SubInterface(a, b interface{}) (interface{}, error) + func Typeof(v interface{}) string + func WrapError(err error) error + type QueryParam struct + Name string + Value string