Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TableWriter ¶
type TableWriter struct {
// contains filtered or unexported fields
}
func NewTableWriter ¶
func NewTableWriter(out io.Writer, headers []string) *TableWriter
func (*TableWriter) Flush ¶
func (t *TableWriter) Flush()
func (*TableWriter) Row ¶
func (t *TableWriter) Row(values ...string)
Click to show internal directories.
Click to hide internal directories.