Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyFeed ¶
type CurrencyFeed struct {
Items []FeedItem
}
type RSS2 ¶
type RSS2 struct { XMLName xml.Name `xml:"rss"` Version string `xml:"version,attr"` // Required Title string `xml:"channel>title"` Link string `xml:"channel>link"` Description string `xml:"channel>description"` // Optional BuiltAt string `xml:"channel>lastBuildDate"` Generator string `xml:"channel>generator"` Image Image `xml:"channel>image"` Language string `xml:"channel>language"` TTL int `xml:"channel>ttl"` Items []Item `xml:"channel>item"` }
Click to show internal directories.
Click to hide internal directories.