Documentation
¶
Overview ¶
Package model provides the model
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"`
Items []Item `xml:"item"`
}
Channel contains title, link, description, items
type Item ¶
type Item struct {
XMLName xml.Name `xml:"item"`
Title string `xml:"title"`
Category string `xml:"category"`
Author string `xml:"author"`
Link string `xml:"link"`
GUID string `xml:"guid"`
PubDate string `xml:"pubdate"`
Enclosure Enclosure `xml:"enclosure"`
}
Item contains title, category, author, link, guid, pubdate, enclosure
Click to show internal directories.
Click to hide internal directories.