Discover Packages
github.com/emad-elsaid/xlog
extensions
rss
package
Version:
v0.59.0
Opens a new window with list of versions in this module.
Published: Jan 2, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Channel struct {
Title string `xml:"title"`
Link string `xml:"link"`
Language string `xml:"language"`
Description string `xml:"description"`
Items []Item `xml:"item"`
}
type Item struct {
Title string `xml:"title"`
Description string `xml:"description"`
PubDate time .Time `xml:"pubDate"`
GUID string `xml:"guid"`
Link string `xml:"link"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.