Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputFormat ¶
type OutputFormat uint8
OutputFormat specifies the format for printing data
const ( // RawOutput displays the raw data RawOutput OutputFormat = iota // FormattedOutput formats the data into a human readable format FormattedOutput )
func AsOutputFormat ¶
func AsOutputFormat(f string) OutputFormat
AsOutputFormat returns the OutputFormat given an Output Format string
func (OutputFormat) String ¶
func (f OutputFormat) String() string
Click to show internal directories.
Click to hide internal directories.