Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionsFunc ¶
type OptionsFunc func(ResultsOutputer)
OptionsFunc is a function that can be used to configure a ResultsOutputer struct
type ResultsOutputer ¶
type ResultsOutputer interface {
Print(ctx context.Context, reader io.Reader, writer io.Writer, options ...OptionsFunc) error
}
ResultsOutputer is the interface that must implements an struct to print the execution results
Click to show internal directories.
Click to hide internal directories.