Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONFormatter ¶
type JSONFormatter struct{}
type TableFormatter ¶
type TableFormatter struct {
// contains filtered or unexported fields
}
func NewTableFormatter ¶
func NewTableFormatter(columns []Column, noColor bool) *TableFormatter
func (*TableFormatter) FormatRows ¶
func (f *TableFormatter) FormatRows(rows [][]string) string
type TemplateFormatter ¶
type TemplateFormatter struct {
Template string
}
Click to show internal directories.
Click to hide internal directories.