Documentation
¶
Index ¶
- type ListItem
- type Renderer
- type StepStatus
- type TextRenderer
- func (r *TextRenderer) Detail(out io.Writer, label, value string)
- func (r *TextRenderer) Error(_ io.Writer, errOut io.Writer, err error)
- func (r *TextRenderer) List(out io.Writer, items []ListItem)
- func (r *TextRenderer) Step(out io.Writer, status StepStatus, message string)
- func (r *TextRenderer) Success(out io.Writer, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextRenderer ¶
type TextRenderer struct {
// contains filtered or unexported fields
}
func NewTextRenderer ¶
func NewTextRenderer(isTTY bool) *TextRenderer
func (*TextRenderer) Step ¶
func (r *TextRenderer) Step(out io.Writer, status StepStatus, message string)
Click to show internal directories.
Click to hide internal directories.