Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDecorator = func(a ...interface{}) string { return fmt.Sprint(a...) }
Functions ¶
This section is empty.
Types ¶
type TableWriter ¶
type TableWriter struct { Writer io.Writer Header []string HeaderDecorator Decorator ColPadding int Rows [][]string RowEmoji string }
func (*TableWriter) AddRow ¶
func (w *TableWriter) AddRow(row []string)
func (*TableWriter) SetHeader ¶
func (w *TableWriter) SetHeader(header []string)
func (*TableWriter) Write ¶
func (w *TableWriter) Write()
Click to show internal directories.
Click to hide internal directories.