Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶
type Format string
Format defines the kind of pretty-printing format we want to use
const JSONFormat Format = "json"
JSONFormat formats everythign as JSON
const ( // StringFormat uses the Go-builtin stringification for printing StringFormat Format = "string" )
const TemplateFormat Format = "template"
TemplateFormat uses Go templates and tabwriter for formatting content
const YAMLFormat Format = "yaml"
YAMLFormat formats everythign as YAML
Click to show internal directories.
Click to hide internal directories.