Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
XMLName xml.Name `xml:"index"`
SchemaVersionAttr string `xml:"schemaVersion,attr"`
Vendor string `xml:"vendor"`
Url string `xml:"url"`
Timestamp string `xml:"timestamp"`
Pindex []*PindexType `xml:"pindex"`
Vindex []*VindexType `xml:"vindex"`
}
Index ...
type PdscType ¶
type PdscType struct {
UrlAttr string `xml:"url,attr"`
VendorAttr string `xml:"vendor,attr"`
NameAttr string `xml:"name,attr"`
VersionAttr string `xml:"version,attr"`
DateAttr string `xml:"date,attr,omitempty"`
DeprecatedAttr string `xml:"deprecated,attr,omitempty"`
ReplacementAttr string `xml:"replacement,attr,omitempty"`
SizeAttr uint32 `xml:"size,attr,omitempty"`
}
PdscType ...
Click to show internal directories.
Click to hide internal directories.