Documentation
¶
Index ¶
- func GetFuncByFullName(fullName string) *info.Func
- func GetFuncByPkg(pkg string, name string) *info.Func
- func GetFuncs() []*info.Func
- func GetTypeMethods(typ reflect.Type) map[string]*info.Func
- func Info(pkg string, identityName string) *info.Func
- func InfoFunc(fn interface{}) *info.Func
- func InfoPC(pc uintptr) *info.Func
- func InfoVar(addr interface{}) *info.Func
- func InfoVarAddr(addr uintptr) *info.Func
- func RegisterFunc(funcInfo *info.Func)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFuncByFullName ¶ added in v1.0.8
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.