Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASCIITablePrinter ¶
type ASCIITablePrinter struct {
// contains filtered or unexported fields
}
ASCIITablePrinter to STDOUT
func NewASCIITablePrinter ¶
func NewASCIITablePrinter() *ASCIITablePrinter
NewASCIITablePrinter simple table printer
func (*ASCIITablePrinter) AddHeader ¶
func (t *ASCIITablePrinter) AddHeader(headers []string)
AddHeader to table
func (*ASCIITablePrinter) AddRow ¶
func (t *ASCIITablePrinter) AddRow(values []string)
AddRow to table
func (*ASCIITablePrinter) String ¶
func (t *ASCIITablePrinter) String() string
Click to show internal directories.
Click to hide internal directories.