Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Id string `xml:"id"` Title string `xml:"title"` Updated time.Time `xml:"updated"` Authors []Person `xml:"author"` Content Content `xml:"content"` Links []Link `xml:"link"` Summary Text `xml:"summary"` Categories []Category `xml:"category"` Contributors []Person `xml:"contributor"` Published time.Time `xml:"published"` Source Metadata `xml:"source"` Rights Text `xml:"rights"` }
type Metadata ¶
type Metadata struct { Id string `xml:"id"` Title string `xml:"title"` Updated time.Time `xml:"updated"` Authors []Person `xml:"author"` Links []Link `xml:"link"` Categories []Category `xml:"category"` Contributors []Person `xml:"contributor"` Generator Generator `xml:"generator"` Icon string `xml:"icon"` Logo string `xml:"logo"` Rights Text `xml:"rights"` Subtitle Text `xml:"subtitle"` }
Click to show internal directories.
Click to hide internal directories.