Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(log logutils.Log, metaFormatter *goformatters.MetaFormatter, matcher *processors.GeneratedFileMatcher, opts RunnerOptions) *Runner
type RunnerOptions ¶
type RunnerOptions struct {
// contains filtered or unexported fields
}
func NewRunnerOptions ¶
func NewRunnerOptions(cfg *config.Config, diff, stdin bool) (RunnerOptions, error)
func (RunnerOptions) MatchAnyPattern ¶
func (o RunnerOptions) MatchAnyPattern(path string) (bool, error)
Click to show internal directories.
Click to hide internal directories.