Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSVParser ¶
type CSVParser struct{}
CSVParser is a parser implementation that parses CSV documents.
type Content ¶
type Content struct {
// contains filtered or unexported fields
}
Content is the intermediate representation before it is converted to a table format.
type JSONParser ¶
type JSONParser struct{}
JSONParser is a parser implementation that parses JSON documents.
Click to show internal directories.
Click to hide internal directories.