Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRepoNotFound = errors.New("Repo not found")
Functions ¶
This section is empty.
Types ¶
type Date ¶
func (*Date) UnmarshalXMLAttr ¶
UnmarshalXMLAttr implements xml.UnmarshalerAttr.
type RepoMD ¶
type Update ¶
type Update struct {
Author string `xml:"author,attr"`
From string `xml:"from,attr"`
Status string `xml:"status,attr"`
Type string `xml:"type,attr"`
Version string `xml:"version,attr"`
ID string `xml:"id"`
Title string `xml:"title"`
Issued DateElem `xml:"issued"`
Updated DateElem `xml:"updated"`
Severity string `xml:"severity"`
Description string `xml:"description"`
References []Reference `xml:"references>reference"`
Packages []Package `xml:"pkglist>collection>package"`
}
Click to show internal directories.
Click to hide internal directories.