Documentation
¶
Overview ¶
Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://oval.mitre.org/XMLSchema/oval-definitions-5#apache
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpdObject ¶
type HttpdObject struct {
XMLName xml.Name `xml:"httpd_object"`
Id oval.ObjectIDPattern `xml:"id,attr"`
Version uint64 `xml:"version,attr"`
Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`
Deprecated bool `xml:"deprecated,attr,omitempty"`
Signature *xml_dsig.SignatureType `xml:"Signature"`
Notes *oval.NotesType `xml:"notes"`
}
Element
type HttpdState ¶
type HttpdState struct {
XMLName xml.Name `xml:"httpd_state"`
Id oval.StateIDPattern `xml:"id,attr"`
Version uint64 `xml:"version,attr"`
Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`
Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`
Deprecated bool `xml:"deprecated,attr,omitempty"`
Path *oval_def.EntityStateStringType `xml:"path"`
BinaryName *oval_def.EntityStateStringType `xml:"binary_name"`
VersionElm *oval_def.EntityStateVersionType `xml:"version"`
Signature *xml_dsig.SignatureType `xml:"Signature"`
Notes *oval.NotesType `xml:"notes"`
}
Element
type HttpdTest ¶
type HttpdTest struct {
XMLName xml.Name `xml:"httpd_test"`
Id oval.TestIDPattern `xml:"id,attr"`
Version uint64 `xml:"version,attr"`
CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`
Check oval.CheckEnumeration `xml:"check,attr"`
StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`
Comment oval.NonEmptyStringType `xml:"comment,attr"`
Deprecated bool `xml:"deprecated,attr,omitempty"`
Object oval_def.ObjectRefType `xml:"object"`
State []oval_def.StateRefType `xml:"state"`
Signature *xml_dsig.SignatureType `xml:"Signature"`
Notes *oval.NotesType `xml:"notes"`
}
Element
Click to show internal directories.
Click to hide internal directories.