Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputFormat ¶
type OutputFormat string
OutputFormat is a type for capturing supported output formats
const ( Table OutputFormat = "table" TableWIDE OutputFormat = "wide" JSON OutputFormat = "json" YAML OutputFormat = "yaml" )
func (OutputFormat) String ¶
func (o OutputFormat) String() string
Click to show internal directories.
Click to hide internal directories.