Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OutputFormatIds = map[OutputFormat][]string{ JSON: {"json"}, YAML: {"yaml"}, NAME: {"name"}, }
Functions ¶
Types ¶
type OutputFormat ¶ added in v0.3.0
type OutputFormat enumflag.Flag
const ( JSON OutputFormat = iota YAML NAME )
func (OutputFormat) String ¶ added in v0.3.0
func (o OutputFormat) String() string
Click to show internal directories.
Click to hide internal directories.