Documentation ¶
Overview ¶
Package output is responsible for formatting the final output / errors the user sees in the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PipelineRenderer ¶
type PipelineRenderer struct {
// contains filtered or unexported fields
}
PipelineRenderer displays the pipeline status in realtime
func NewPipelineRenderer ¶
func NewPipelineRenderer(ui terminal.UI, client *client.Client) *PipelineRenderer
NewPipelineRenderer returns a new PipelineRenderer
Click to show internal directories.
Click to hide internal directories.