package
Version:
v0.0.0-...-da8971d
Opens a new window with list of versions in this module.
Published: Jan 13, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AtomAuthor struct {
XMLName xml.Name `xml:"author"`
Name string `xml:"name"`
Email string `xml:"email"`
}
type AtomLink struct {
XMLName xml.Name `xml:"link"`
Href string `xml:"href,attr"`
Rel string `xml:"rel,attr,omitempty"`
}
type AtomSummary struct {
XMLName xml.Name `xml:"summary"`
Content string `xml:",chardata"`
Type string `xml:"type,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.