Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Formatter ¶
type Formatter interface {
Format(w io.Writer, header []string, rows [][]string, data interface{}) error
}
func NewFormatter ¶
type JSONFormatter ¶
type JSONFormatter struct{}
type TSVFormatter ¶
type TSVFormatter struct{}
type TableFormatter ¶
type TableFormatter struct{}
Click to show internal directories.
Click to hide internal directories.