Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TablePrinter ¶
type TablePrinter struct {
// contains filtered or unexported fields
}
func NewTablePrinter ¶
func NewTablePrinter(colsHeaders ...interface{}) TablePrinter
func (TablePrinter) AddRow ¶
func (t TablePrinter) AddRow(vals ...any)
func (TablePrinter) Print ¶
func (t TablePrinter) Print()
Click to show internal directories.
Click to hide internal directories.