package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Oct 22, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
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"`
Item []Item `xml:"item"`
}
type Item struct {
Title string `xml:"title"`
Link string `xml:"link"`
Guid string `xml:"guid"`
PubDate string `xml:"pubDate"`
Description string `xml:"description"`
}
type Release struct {
Channel Channel `xml:"channel"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.