Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FormatUnset = ciota("") FormatJSON = ciota("json") FormatYAML = ciota("yaml") )
create the enumerations
Functions ¶
func Export ¶
Export loads the inventory and writes output to destinaation
func NewCmdExport ¶
NewCmdExport exports to consolidated output
Types ¶
type Config ¶
type Config struct { // remainder are configuration settings local to Export Certification string OpencontrolDir string DestinationFile string OutputFormat OutputFormat Flatten bool InferKeys bool Docxtemplater bool KeySeparator string }
Config contains settings for this object
Click to show internal directories.
Click to hide internal directories.