package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Nov 28, 2023
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
¶
type Entry struct {
ID string `xml:"id"`
Title string `xml:"title"`
Link Link `xml:"link"`
Content []byte `xml:"content"`
}
Entry represents one entry.
type Feed struct {
XMLName xml.Name `xml:"feed"`
Entries []Entry `xml:"entry"`
}
Feed is the root wrapper.
type Link struct {
XMLName xml.Name `xml:"link"`
HRef string `xml:"href,attr"`
}
Link represents a <link>.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.