Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { XMLName xml.Name `xml:"channel"` Title string `xml:"title"` Link string `xml:"link"` Description string `xml:"description"` Language string `xml:"language,omitempty"` Copyright string `xml:"copyright,omitempty"` ManagingEditor string `xml:"managingEditor,omitempty"` WebMaster string `xml:"webMaster,omitempty"` PubDate string `xml:"pubDate,omitempty"` LastBuildDate string `xml:"lastBuildDate,omitempty"` Categories []string `xml:"category,omitempty"` Generator string `xml:"generator,omitempty"` Docs string `xml:"docs,omitempty"` Cloud string `xml:"cloud,omitempty"` Image *Image Rating string `xml:"rating,omitempty"` TextInput *TextInput SkipHours []int `xml:"skipHours,omitempty"` SkipDays []int `xml:"skipDays,omitempty"` Items []*Item Ttl int `xml:"ttl,omitempty"` }
type Feed ¶
type Item ¶
type Item struct { XMLName xml.Name `xml:"item"` Title string `xml:"title,omitempty"` Link string `xml:"link,omitempty"` Description string `xml:"description,omitempty"` Author string `xml:"author,omitempty"` Comments string `xml:"comments,omitempty"` Enclosure *Enclosure Guid string `xml:"guid,omitempty"` PubDate string `xml:"pubDate,omitempty"` Source *Source Categories []string `xml:"category,omitempty"` }
Click to show internal directories.
Click to hide internal directories.