Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
func NewLineCol ¶
type TableWriter ¶
type TableWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(cols ...Column) *TableWriter
Unlike text/tabwriter, this works with CLI escape codes, and allows for info
in separate lines
func (*TableWriter) Write ¶
func (w *TableWriter) Write(r map[string]interface{})
Click to show internal directories.
Click to hide internal directories.