Documentation
¶
Index ¶
Constants ¶
View Source
const NUMBER = 107
View Source
const REVISION = "b45bd7523aad9c6907afab55e22d5f7ffa730e1b+1"
View Source
const VERSION = "1.0.5"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field interface {
Name() string
Value() interface{}
Ptr() interface{}
Set(val interface{})
}
type FuncInfo ¶
type FuncInfo struct {
// FullName string
Pkg string
IdentityName string
Name string
RecvType string
RecvPtr bool
Generic bool
// source info
File string
Line int
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 ¶
type ObjectWithErr ¶ added in v1.0.3
Click to show internal directories.
Click to hide internal directories.