Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table interface {
WithHeaderFormatter(f Formatter) Table
WithFirstColumnFormatter(f Formatter) Table
WithPadding(p int) Table
WithWriter(w io.Writer) Table
WithWidthFunc(f WidthFunc) Table
AddRow(vals ...interface{}) Table
AddRows(rows []string) Table
SetRows(Rows [][]string) Table
Print()
GetByteFormat() []byte
CalculateWidths([]string)
GetHeader() []string
GetRows() [][]string
GetWriter() io.Writer
PrintHeader(format string)
PrintRow(format string, row []string)
}
Click to show internal directories.
Click to hide internal directories.