Documentation
¶
Index ¶
- Variables
- func Run(cmd *cmd.Context)
- type Finder
- func (fp *Finder) CheckExec(src *Src, imp *Imports, x *ast.FuncDecl)
- func (fp *Finder) CheckUsage(src *Src, imp *Imports, x *ast.FuncDecl)
- func (fp *Finder) MeetsExec(name, params, rcv, result string) bool
- func (fp *Finder) MeetsUsage(numParams int, name, params, rcv, result string) bool
- func (fp *Finder) NewImport(pkg, filename string) *Imports
- func (fp *Finder) ParseFile(filename string) *ast.File
- func (fp *Finder) Run()
- type Imports
- type Src
Constants ¶
This section is empty.
Variables ¶
View Source
var Gatherers = map[string]tasks.Gatherer{ "copy_dx_logs": ©_dx_logs.Copier{}, }
Functions ¶
Types ¶
type Imports ¶
func NewImports ¶
Click to show internal directories.
Click to hide internal directories.