Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FormatUnset = ciota("") FormatJSON = ciota("json") FormatYAML = ciota("yaml") )
create the enumerations
Functions ¶
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
type OutputFormat ¶
type OutputFormat int
OutputFormat is the format to use for output file
func ToOutputFormat ¶
func ToOutputFormat(s string) (OutputFormat, error)
ToOutputFormat converts a string to an OutputFormat enum
Click to show internal directories.
Click to hide internal directories.