Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableWriter ¶
type TableWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(w io.Writer) *TableWriter
func (*TableWriter) Do ¶
func (u *TableWriter) Do()
func (*TableWriter) WithColumns ¶
func (u *TableWriter) WithColumns(columns ...string) *TableWriter
WithColumns prints a new table.
func (*TableWriter) WithRow ¶
func (u *TableWriter) WithRow(values ...string) *TableWriter
WithRow adds a row in the latest table.
func (*TableWriter) WithTableNoAutoWrapText ¶
func (u *TableWriter) WithTableNoAutoWrapText() *TableWriter
Click to show internal directories.
Click to hide internal directories.