Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NopPrinter ¶
type NopPrinter struct{}
func (*NopPrinter) BulkRecords ¶
func (n *NopPrinter) BulkRecords(_ ...[]string) IPrinter
func (*NopPrinter) Keys ¶
func (n *NopPrinter) Keys(_ ...string) IPrinter
func (*NopPrinter) Print ¶
func (n *NopPrinter) Print()
func (*NopPrinter) Record ¶
func (n *NopPrinter) Record(_ ...string) IPrinter
type TablePrinter ¶
type TablePrinter struct {
// contains filtered or unexported fields
}
func NewTablePrinter ¶
func NewTablePrinter(options TablePrinterOptions, w io.Writer) *TablePrinter
func (*TablePrinter) BulkRecords ¶
func (t *TablePrinter) BulkRecords(records ...[]string) IPrinter
func (*TablePrinter) Keys ¶
func (t *TablePrinter) Keys(keys ...string) IPrinter
func (*TablePrinter) Print ¶
func (t *TablePrinter) Print()
func (*TablePrinter) Record ¶
func (t *TablePrinter) Record(recordValues ...string) IPrinter
type TablePrinterOptions ¶
type TablePrinterOptions struct {
WrapLinesDisabled bool
}
Click to show internal directories.
Click to hide internal directories.