package
Version:
v0.0.0-...-d205bd4
Opens a new window with list of versions in this module.
Published: Mar 8, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Enclosure struct {
URL string `xml:"url,attr"`
Length uint64 `xml:"length,attr"`
}
type Episode struct {
Name string
}
type Item struct {
Title string `xml:"title"`
Link string `xml:"link"`
PubDate string `xml:"pubDate"`
Enclosure *Enclosure `xml:"enclosure"`
ItunesEpisode int `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd episode"`
GUID string `xml:"guid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.