Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
func NewContainer ¶
type Output ¶
type Output struct { Writer io.Writer RenderFunc func() ProgressFunc func(string) Element Renderer ExitCode int }
func (*Output) NoProgressFunc ¶
func (*Output) RenderJSON ¶
func (l *Output) RenderJSON()
func (*Output) RenderTable ¶
func (l *Output) RenderTable()
func (*Output) TextProgressFunc ¶
type Table ¶
type Table struct { Name string Headers []string Rows [][]interface{} // contains filtered or unexported fields }
func (*Table) HideHeader ¶
func (t *Table) HideHeader()
func (*Table) MergeCells ¶
Click to show internal directories.
Click to hide internal directories.