Discover Packages
gitea.code-infection.com/efertone/kiki
pkg
provider
rss
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 26, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Feed struct {
XMLName xml .Name `xml:"rss"`
Channel struct {
Title string `xml:"title"`
Link string `xml:"link"`
Description string `xml:"description"`
LastBuildDate string `xml:"lastBuildDate"`
Items []Item `xml:"item"`
} `xml:"channel"`
}
Feed is the root wrapper.
type Item struct {
ID string `xml:"guid"`
Title string `xml:"title"`
Link string `xml:"link"`
PubDate string `xml:"pubDate"`
Content []byte `xml:"description"`
}
Item represents one entry.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.