Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPluginMetadata ¶ added in v0.3.0
func PrintHuman ¶
func PrintHuman(rr RunResult)
Types ¶
type FuncResult ¶
type PluginResult ¶
type PluginResult struct {
Name string `json:"name"`
File string `json:"file"`
Funcs []FuncResult `json:"funcs"`
SourceTest *FuncResult `json:"source_test,omitempty"`
}
type RunConfig ¶
type RunConfig struct {
BaseDir string
BuildDir string // legacy fallback
Name string // legacy filter (deprecated)
Files []string
SearchDirs []string
Timeout time.Duration
Mode Mode
Auth models.AuthCredentials
ContactParams models.ContactQueryParams
LedgerParams models.LedgerQueryParams
JSON bool
}
Click to show internal directories.
Click to hide internal directories.