Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintFormat ¶ added in v0.3.0
Types ¶
type Config ¶
type JsonOutputFormater ¶ added in v0.3.0
type JsonOutputFormater struct{}
type OutputFormat ¶ added in v0.3.0
type OutputFormat string
const ( JSON OutputFormat = "json" YAML OutputFormat = "yaml" TEXT OutputFormat = "text" )
type OutputFormater ¶ added in v0.3.0
func OutputFormaterSwitcher ¶ added in v0.3.0
func OutputFormaterSwitcher(output OutputFormat) OutputFormater
type TextOutputFormater ¶ added in v0.3.0
type TextOutputFormater struct{}
type YamlOutputFormater ¶ added in v0.3.0
type YamlOutputFormater struct{}
Click to show internal directories.
Click to hide internal directories.