Versions in this module Expand all Collapse all v0 v0.0.1 Oct 12, 2022 Changes in this version + func GetFuncName(fn interface{}) string + func GetInvokeFunc(name string, fn interface{}) (*cfacade.MethodInfo, error) + func GetStructName(v interface{}) string + func IsNotPtr(val interface{}) bool + func IsPtr(val interface{}) bool + func ReflectTry(f reflect.Value, args []reflect.Value, handler func(interface{}))