Documentation
¶
Index ¶
- func GetFuncByFullName(fullName string) *core.FuncInfo
- func GetFuncByPkg(pkg string, name string) *core.FuncInfo
- func GetFuncs() []*core.FuncInfo
- func GetTypeMethods(typ reflect.Type) map[string]*core.FuncInfo
- func Info(pkg string, identityName string) *core.FuncInfo
- func InfoFunc(fn interface{}) *core.FuncInfo
- func InfoPC(pc uintptr) *core.FuncInfo
- func InfoVar(addr interface{}) *core.FuncInfo
- func InfoVarAddr(addr uintptr) *core.FuncInfo
- func RegisterFunc(funcInfo *core.FuncInfo)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFuncByFullName ¶ added in v1.0.8
func GetTypeMethods ¶ added in v1.0.9
func InfoVarAddr ¶ added in v1.1.0
func RegisterFunc ¶ added in v1.1.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.