Documentation
¶
Overview ¶
Package atom implements the syndication format Atom.
Index ¶
Constants ¶
View Source
const MIME = "application/atom+xml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Common ¶
type Common struct { ID string `xml:"id,omitempty"` Title string `xml:"title"` Subtitle string `xml:"subtitle,omitempty"` Categories []Category `xml:"category"` Author *Person `xml:"author"` Contributors []Person `xml:"contributor"` Updated string `xml:"updated,omitempty"` Published string `xml:"published,omitempty"` Links []Link `xml:"link"` Rights string `xml:"rights,omitempty"` }