Documentation ¶
Index ¶
- func Fprint(w io.Writer, header []string, data [][]interface{}) error
- func Print(header []string, data [][]interface{}) error
- type Printer
- func (p *Printer) Fprint(w io.Writer, header []string, data [][]interface{}) error
- func (p *Printer) Print(header []string, data [][]interface{}) error
- func (p *Printer) SetCenterSeparator(s string)
- func (p *Printer) SetColumnSeparator(s string)
- func (p *Printer) SetRowIndent(i int)
- func (p *Printer) SetRowSeparator(s string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func (*Printer) SetCenterSeparator ¶
func (*Printer) SetColumnSeparator ¶
func (*Printer) SetRowIndent ¶
func (*Printer) SetRowSeparator ¶
Click to show internal directories.
Click to hide internal directories.