Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Func ¶
type Func struct { FuncName string PkgName string // package name (should be the same as the package's package statement) PkgPath string // import path PkgDir string // local on-disk directory TypesFunc *types.Func // auxiliary information about a Func from the go/types package }
Func represents a discovered function that will be fuzzed.
Click to show internal directories.
Click to hide internal directories.