Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format string
Format is an output format such as json or xml.
const ( Text Format = "text" JSON Format = "json" JSONL Format = "jsonl" JSONA Format = "jsona" HTML Format = "html" Markdown Format = "markdown" XLSX Format = "xlsx" XML Format = "xml" CSV Format = "csv" TSV Format = "tsv" Raw Format = "raw" YAML Format = "yaml" )
Output format values.
func (*Format) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler.
Click to show internal directories.
Click to hide internal directories.