Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValuesToStrings ¶
Types ¶
type Formatter ¶
func FormatterFromCommand ¶
type JSONFormatter ¶
type JSONFormatter struct {
// contains filtered or unexported fields
}
func (JSONFormatter) Details ¶
func (j JSONFormatter) Details(rows [][]Value)
func (JSONFormatter) Table ¶
func (j JSONFormatter) Table(header []string, rows [][]Value)
type MultiValue ¶
type MultiValue []Value
func (MultiValue) MarshalJSON ¶
func (m MultiValue) MarshalJSON() ([]byte, error)
func (MultiValue) String ¶
func (m MultiValue) String() string
type TextFormatter ¶
type TextFormatter struct {
// contains filtered or unexported fields
}
func (TextFormatter) Details ¶
func (t TextFormatter) Details(rows [][]Value)
func (TextFormatter) Table ¶
func (t TextFormatter) Table(header []string, rows [][]Value)
Click to show internal directories.
Click to hide internal directories.