Documentation
¶
Overview ¶
Package rss implements RSS fetcher
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { Link string `xml:"link"` Language string `xml:"language"` Title string `xml:"title"` Description string `xml:"description"` PubDate Time `xml:"pubDate"` Items []Item `xml:"item"` }
Channel container
type Item ¶
type Item struct { Author string `xml:"author"` Link string `xml:"link"` GUID string `xml:"guid"` Title string `xml:"title"` PubDate Time `xml:"pubDate"` }
Item container
type RSS ¶
RSS container
Click to show internal directories.
Click to hide internal directories.