Documentation
¶
Index ¶
Constants ¶
View Source
const REVISION = "3e4ae8cc21f0e4a948ed9eac60a91606315657ba+1"
View Source
const VERSION = "1.0.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncInfo ¶
type FuncInfo struct {
// FullName string
Pkg string
IdentityName string
Name string
RecvType string
RecvPtr bool
Generic bool
PC uintptr `json:"-"`
Func interface{} `json:"-"`
RecvName string
ArgNames []string
ResNames []string
// is first argument ctx
FirstArgCtx bool
// last last result error
LastResultErr bool
}
func (*FuncInfo) DisplayName ¶
Click to show internal directories.
Click to hide internal directories.