Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncInfo ¶
type FuncInfo struct {
// FullName string
Kind FuncKind
Pkg string
Name string
RecvType string
RecvPtr bool
// interface method?
Interface bool
Generic bool
Closure bool
Stdlib bool
File string
Line int
RecvName string
ArgNames []string
ResNames []string
// is first argument ctx
FirstArgCtx bool
// last last result error
LastResultErr bool
}
type Stack ¶
type Stack struct {
Format string
Begin string
Children []*StackEntry
}
type StackEntry ¶
Click to show internal directories.
Click to hide internal directories.