Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.5.65
type Options struct {
ShowSuccesses bool
}
options that can be configured per Target
type TargetParser ¶
type TargetParser struct {
// contains filtered or unexported fields
}
TargetParser is responsible for creating Target objects.
func NewTargetParser ¶
func NewTargetParser(targetName string, options Options, writer io.Writer, fs afero.Fs) TargetParser
NewTargetParser creates a new TargetParser with the given options.
Click to show internal directories.
Click to hide internal directories.