Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputType ¶
type OutputType string
OutputType is the type of output
const ( // Text prints the output in text (table) format Text OutputType = "text" // JSON prints the output in JSON format JSON OutputType = "json" )
Click to show internal directories.
Click to hide internal directories.