Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
GUID string `xml:"guid"`
Title string `xml:"title"`
PubDate Time `xml:"pubDate"`
Link string `xml:"link"`
Duration string `xml:"duration"`
Author string `xml:"author"`
Summary string `xml:"summary"`
Subtitle string `xml:"subtitle"`
Description string `xml:"description"`
Enclosure Enclosure `xml:"enclosure"`
Image Image `xml:"image"`
}
type Podcast ¶
type Podcast struct {
Title string `xml:"channel>title"`
Subtitle string `xml:"channel>subtitle"`
Description string `xml:"channel>description"`
Link string `xml:"channel>link"`
Language string `xml:"channel>language"`
Author string `xml:"channel>author"`
Image Image `xml:"channel>image"`
Owner Owner `xml:"channel>owner"`
Category Category `xml:"channel>category"`
Items []Item `xml:"channel>item"`
}
Click to show internal directories.
Click to hide internal directories.