Documentation
¶
Overview ¶
internal/explain/explain.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// file mode
File string
Path string
Symbol string
// diff mode
Diff string
Log string
Stat string
Runner Runner
}
Config holds inputs for an explain run. File mode: set File and Path (Symbol optional). Diff mode: set Diff (Log and Stat optional). Exactly one mode must be active; Run returns an error otherwise.
Click to show internal directories.
Click to hide internal directories.