Documentation
¶
Index ¶
Constants ¶
View Source
const Layout string = "Mon, _2 Jan 2006 15:04:05 -0700"
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.