Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputFormatParam = "output-format" TableOutputFormat = "table" JSONOutputFormat = "json" YAMLOutputFormat = "yaml" DefaultOutputFormat = TableOutputFormat )
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate(params *Parameters) error
Types ¶
type Parameters ¶
type Parameters struct {
OutputFormat string
}
Click to show internal directories.
Click to hide internal directories.