package
Version:
v1.0.58
Opens a new window with list of versions in this module.
Published: Jun 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entry struct {
Title string `xml:"title"`
Summary string `xml:"summary"`
Published string `xml:"published"`
DOI string `xml:"doi"`
JournalRef string `xml:"journal_ref"`
Author []struct {
Name string `xml:"name"`
} `xml:"author"`
}
type Feed struct {
XMLName xml.Name `xml:"feed"`
TotalResults int `xml:"totalResults"`
Entry Entry `xml:"entry"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.