Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶ added in v0.0.4
type Renderer struct { Table *Table Color bool Thousands bool Round int32 // contains filtered or unexported fields }
Renderer renders a table to text.
func NewConsoleRenderer ¶ added in v0.0.4
NewConsoleRenderer returns a new console renderer.
type Row ¶
type Row struct {
// contains filtered or unexported fields
}
Row is a table row.
func (*Row) AddIndented ¶
AddIndented adds an indented cell.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table is a matrix of table cells.
func (*Table) AddSeparatorRow ¶
func (t *Table) AddSeparatorRow()
AddSeparatorRow adds a separator row.
Click to show internal directories.
Click to hide internal directories.