Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { OutFile string `desc:"output file" flag:"export-file"` OutputFormat string `desc:"output format, json/yaml" flag:"output o"` }
func (Exporter) ExporterActivated ¶
type Importable ¶
type Importable interface { json.Unmarshaler yaml.Unmarshaler }
Click to show internal directories.
Click to hide internal directories.