Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCsvFormatter ¶
func NewCsvFormatter() *csvFormatter
func NewTableFormatter ¶
func NewTableFormatter() *tableFormatter
Types ¶
type FormatType ¶
type FormatType string
const ( CsvFormat FormatType = "csv" TableFormat FormatType = "table" )
Click to show internal directories.
Click to hide internal directories.