Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { XMLName xml.Name `xml:"content"` Type string `xml:"type,attr"` Body string `xml:",innerxml"` }
Content is a generic body for an Atom entry
type Entry ¶
type Entry struct { XMLName xml.Name `xml:"entry"` ID string `xml:"id,omitempty"` Title string `xml:"title,omitempty"` Published *date.Time `xml:"published,omitempty"` Updated *date.Time `xml:"updated,omitempty"` Author *Author `xml:"author,omitempty"` Link *Link `xml:"link,omitempty"` Content *Content `xml:"content"` DataServiceSchema string `xml:"xmlns:d,attr,omitempty"` DataServiceMetadataSchema string `xml:"xmlns:m,attr,omitempty"` AtomSchema string `xml:"xmlns,attr"` }
Entry is the Atom wrapper for a management request
Click to show internal directories.
Click to hide internal directories.