Documentation
¶
Index ¶
Constants ¶
View Source
const ( AtomTime = "2006-01-02T15:04:05Z" DirMime = "application/atom+xml;profile=opds-catalog;kind=navigation" DirRel = "subsection" FileRel = "http://opds-spec.org/acquisition" CoverRel = "http://opds-spec.org/cover" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { ID string `xml:"id"` Updated string `xml:"updated"` Title string `xml:"title"` Author Author `xml:"author"` Summary Summary `xml:"summary"` Link []Link `xml:"link"` }
Entry is a struct of OPDS entry properties.
type Feed ¶
type Feed struct { XMLName xml.Name `xml:"feed"` ID string `xml:"id"` Title string `xml:"title"` Xmlns string `xml:"xmlns,attr"` Updated string `xml:"updated"` Link []Link `xml:"link"` Entry []Entry `xml:"entry"` }
Feed is a main frame of OPDS.
Click to show internal directories.
Click to hide internal directories.