![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jan 5, 2023
License: GPL-3.0
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 Channel struct {
Title string `xml:"title"`
Link string `xml:"link"`
Description string `xml:"description"`
Items []Item `xml:"item"`
}
type Item struct {
Title string `xml:"title"`
Link string `xml:"link"`
Description string `xml:"description"`
Author string `xml:"author"`
Category string `xml:"category"`
Content string `xml:"encoded"`
PubDate pubDate `xml:"pubDate"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.