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"` Description string `xml:"description"` Link string `xml:"link"` PubDate string `xml:"pubDate"` Language string `xml:"language"` Copyright string `xml:"copyright"` Generator string `xml:"generator"` Image struct { Title string `xml:"title"` Url string `xml:"url"` Link string `xml:"link"` } `xml:"image"` Items []*RssItems `xml:"item"` }
Click to show internal directories.
Click to hide internal directories.