Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Def ¶
type Def struct {
// ImportPath is the import path at which the definition is located.
ImportPath string
// PackageName is the name the package is imported under.
PackageName string
// Path is the path of the definition (e.g. "Router Route" for a
// method named "Route" with receiver type "Router").
Path string
}
Click to show internal directories.
Click to hide internal directories.