Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶
type Format string
Format represents the output format type
const ( // FormatJSON outputs in JSON format FormatJSON Format = "json" // FormatYAML outputs in YAML format FormatYAML Format = "yaml" // FormatText outputs in plain text/default format FormatText Format = "text" DefaultFormat Format = FormatJSON )
Click to show internal directories.
Click to hide internal directories.