Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSSChannel ¶
type RSSChannel struct {
Title string `xml:"title"`
Link string `xml:"link"`
Description string `xml:"description"`
ManagingEditor string `xml:"managingEditor"`
PubDate commons.NullableTime `xml:"pubDate"`
LastBuildDate commons.NullableTime `xml:"lastBuildDate"`
Image *RSSImage `xml:"image"`
Items []*RSSItem `xml:"item"`
}
type RSSFeed ¶
type RSSFeed struct {
XMLName xml.Name `xml:"rss"`
Channel RSSChannel `xml:"channel"`
}
Click to show internal directories.
Click to hide internal directories.