Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
Author string `xml:"author,omitempty"`
Category []*Category `xml:"category,omitempty"`
Copyright string `xml:"copyright,omitempty"`
Description string `xml:"description,omitempty"`
Explicit string `xml:"explicit,omitempty"`
Image *Image `xml:"image,omitempty"`
Item []*Item `xml:"item,omitempty"`
Language string `xml:"language,omitempty"`
LastBuild *Timestamp `xml:"lastBuildDate,omitempty"`
Link string `xml:"link,omitempty"`
Owner *Owner `xml:"owner,omitempty"`
PubString string `xml:"pubDate,omitempty"` // TODO: Parse
Subtitle string `xml:"subtitle,omitempty"`
Summary string `xml:"summary,omitempty"`
Title string `xml:"title,omitempty"`
}
type Duration ¶
func (*Duration) UnmarshalXML ¶
type Item ¶
type Item struct {
Author string `xml:"author,omitempty"`
Category string `xml:"category,omitempty"`
Description string `xml:"description,omitempty"`
Duration Duration `xml:"duration,omitempty"`
Enclosure *Enclosure `xml:"enclosure,omitempty"`
Guid *Guid `xml:"guid,omitempty"`
Keywords Keywords `xml:"keywords,omitempty"` // TODO: Parse
PubDate Timestamp `xml:"pubDate,omitempty"`
Title string `xml:"title,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.