Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputWriter ¶
type OutputWriter struct {
// contains filtered or unexported fields
}
OutputWriter represents the output
func NewCliOutput ¶
func NewCliOutput(color bool) OutputWriter
NewCliOutput creates a new OutputWriter with a stdout writer
func (*OutputWriter) GetEventHandler ¶
func (w *OutputWriter) GetEventHandler() *runtime.EventHandler
GetEventHandler create a new runtime.EventHandler
func (*OutputWriter) PrintSummary ¶
func (w *OutputWriter) PrintSummary(result runtime.Result) bool
PrintSummary prints summary
Click to show internal directories.
Click to hide internal directories.