package
Version:
v1.12.1-1
Opens a new window with list of versions in this module.
Published: Jan 15, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Channel struct {
XMLName xml.Name `xml:"channel"`
Title string `xml:"title"`
Link string `xml:"link,omitempty"`
Description string `xml:"description,omitempty"`
Language string `xml:"language"`
Items []Item
}
type Enclosure struct {
XMLName xml.Name `xml:enclosure`
SparkleShortVersionString string `xml:"sparkle:shortVersionString,attr"`
SparkleVersion string `xml:"sparkle:version,attr"`
Type string `xml:"type,attr"`
URL string `xml:"url,attr"`
}
type Item struct {
XMLName xml.Name `xml:"item"`
Title string `xml:"title"`
SparkleReleaseNotesLink string `xml:"sparkle:releaseNotesLink,omitempty"`
Description CdataString `xml:"description,omitempty"`
PubDate string `xml:"pubDate"`
Enclosure Enclosure `xml:"enclosure"`
}
type Sparkle struct {
XMLName xml.Name `xml:"rss"`
Version string `xml:"version,attr"`
XMLNSSparkle string `xml:"xmlns:sparkle,attr"`
XMLNSDC string `xml:"xmlns:dc,attr"`
Channels []Channel
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.