Documentation ¶
Overview ¶
Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Index ¶
- type CollectedObjectsType
- type EntityItemAnySimpleType
- type EntityItemBinaryType
- type EntityItemBoolType
- type EntityItemComplexBaseType
- type EntityItemDebianEVRStringType
- type EntityItemEVRStringType
- type EntityItemFieldType
- type EntityItemFilesetRevisionType
- type EntityItemFloatType
- type EntityItemIOSVersionType
- type EntityItemIPAddressStringType
- type EntityItemIPAddressType
- type EntityItemIntType
- type EntityItemRecordType
- type EntityItemSimpleBaseType
- type EntityItemStringType
- type EntityItemVersionType
- type InterfaceType
- type InterfacesType
- type Item
- type ItemType
- type ObjectType
- type OvalSystemCharacteristics
- type ReferenceType
- type SystemDataType
- type SystemInfoType
- type VariableValueType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectedObjectsType ¶
type CollectedObjectsType struct { Object []ObjectType `xml:"object"` InnerXml string `xml:",innerxml"` }
type EntityItemAnySimpleType ¶
type EntityItemAnySimpleType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemBinaryType ¶
type EntityItemBinaryType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemBoolType ¶
type EntityItemBoolType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemComplexBaseType ¶
type EntityItemComplexBaseType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemDebianEVRStringType ¶
type EntityItemDebianEVRStringType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemEVRStringType ¶
type EntityItemEVRStringType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemFieldType ¶
type EntityItemFilesetRevisionType ¶
type EntityItemFilesetRevisionType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemFloatType ¶
type EntityItemFloatType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemIOSVersionType ¶
type EntityItemIOSVersionType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemIPAddressStringType ¶
type EntityItemIPAddressStringType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemIPAddressType ¶
type EntityItemIPAddressType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemIntType ¶
type EntityItemIntType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemRecordType ¶
type EntityItemRecordType struct { Field []EntityItemFieldType `xml:"field"` InnerXml string `xml:",innerxml"` }
type EntityItemStringType ¶
type EntityItemStringType struct {
InnerXml string `xml:",innerxml"`
}
type EntityItemVersionType ¶
type EntityItemVersionType struct {
InnerXml string `xml:",innerxml"`
}
type InterfaceType ¶
type InterfacesType ¶
type InterfacesType struct { Interface []InterfaceType `xml:"interface"` InnerXml string `xml:",innerxml"` }
type Item ¶
type Item struct { XMLName xml.Name `xml:item` Id string `xml:"id,attr"` Status string `xml:"status,attr,omitempty"` Message []oval.MessageType `xml:"message"` }
Element
type ItemType ¶
type ItemType struct { Id string `xml:"id,attr"` Status string `xml:"status,attr,omitempty"` Message []oval.MessageType `xml:"message"` InnerXml string `xml:",innerxml"` }
type ObjectType ¶
type ObjectType struct { Id string `xml:"id,attr"` Version string `xml:"version,attr"` VariableInstance string `xml:"variable_instance,attr,omitempty"` Comment string `xml:"comment,attr,omitempty"` Flag string `xml:"flag,attr"` Message []oval.MessageType `xml:"message"` VariableValue []VariableValueType `xml:"variable_value"` Reference []ReferenceType `xml:"reference"` InnerXml string `xml:",innerxml"` }
type OvalSystemCharacteristics ¶
type OvalSystemCharacteristics struct { XMLName xml.Name `xml:oval_system_characteristics` Generator oval.GeneratorType `xml:"generator"` SystemInfo SystemInfoType `xml:"system_info"` CollectedObjects *CollectedObjectsType `xml:"collected_objects"` SystemData *SystemDataType `xml:"system_data"` Signature *xml_dsig.Signature `xml:"Signature"` }
Element
func (*OvalSystemCharacteristics) ScapVersion ¶
func (syschar *OvalSystemCharacteristics) ScapVersion() string
type ReferenceType ¶
type SystemDataType ¶
type SystemInfoType ¶
type VariableValueType ¶
Click to show internal directories.
Click to hide internal directories.