Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCouldNotGetContent = errors.New("Could not get content") ErrCouldNotParseContent = errors.New("Could not parse content") )
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
XMLName xml.Name `xml:"channel"`
Items []Item `xml:"item"`
Title ChannelTitle
Description ChannelDescription
}
type ChannelDescription ¶
type ChannelTitle ¶
type Item ¶
type Item struct {
Title ItemTitle
Enclosure Enclosure
Downloaded bool
Date PodcastDate
}
type PodcastDate ¶
Click to show internal directories.
Click to hide internal directories.