Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnknownDocument = iota CatalogDocument ProfileDocument SSPDocument ComponentDocument POAMDocument AssessmentPlanDocument AssessmentResultsDocument )
View Source
const (
// dateTime-with-timezone
FormatDatetimeTz = "2006-01-02T15:04:05.00-07:00"
)
View Source
const (
LatestOscalVersion = "1.0.0-milestone3"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentFormat ¶
type DocumentFormat int
Representing OSCAL file format. XML, JSON, YAML, ...
const ( UnknownFormat DocumentFormat = iota XmlFormat JsonFormat YamlFormat )
func NewDocumentFormat ¶
func NewDocumentFormat(format string) DocumentFormat
func (DocumentFormat) String ¶
func (f DocumentFormat) String() string
type DocumentType ¶
type DocumentType int
func (DocumentType) String ¶
func (t DocumentType) String() string
Click to show internal directories.
Click to hide internal directories.