fleet/server/vulnerabilities/oval/input/object_name.go

8 lines
163 B
Go
Raw Normal View History

package oval_input
type ObjectNameXML struct {
VarRef string `xml:"var_ref,attr"`
VarCheck string `xml:"var_check,attr"`
Value string `xml:",chardata"`
}