Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpandingPrinter ¶
type ExpandingPrinter struct {
Printer Printer
// contains filtered or unexported fields
}
func (*ExpandingPrinter) BatchSize ¶
func (p *ExpandingPrinter) BatchSize() int
func (*ExpandingPrinter) Footer ¶
func (p *ExpandingPrinter) Footer()
func (*ExpandingPrinter) Header ¶
func (p *ExpandingPrinter) Header(entity interface{})
func (*ExpandingPrinter) Print ¶
func (p *ExpandingPrinter) Print(input []interface{})
type PrettyPrint ¶
type PrettyPrint struct {
Batch int
}
func (*PrettyPrint) BatchSize ¶
func (p *PrettyPrint) BatchSize() int
func (*PrettyPrint) Footer ¶
func (p *PrettyPrint) Footer()
func (*PrettyPrint) Header ¶
func (p *PrettyPrint) Header(entity interface{})
func (*PrettyPrint) Print ¶
func (p *PrettyPrint) Print(entities []interface{})
Click to show internal directories.
Click to hide internal directories.