Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordWriter ¶
type RecordWriter interface {
// WriteRecords writes each record to w in order. If fields is non-nil,
// it should provide a hint to the field ordering.
WriteRecords(w io.Writer, records []Record, fields []string) error
}
func NewJson ¶
func NewJson() RecordWriter
func NewTable ¶
func NewTable() RecordWriter
Click to show internal directories.
Click to hide internal directories.