Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct { Columns []Column // contains filtered or unexported fields }
func (*Printer) Add ¶ added in v0.14.0
func (p *Printer) Add(values ...interface{})
Add a new row consisting of values to be printed. The value will be cast to string, with special care given to bool and slice. It's up to the caller to ensure the number of values match the nubmer of table columns.
Click to show internal directories.
Click to hide internal directories.