Documentation ¶
Index ¶
Constants ¶
View Source
const ( RssVersion1 = "1.0" RssVersion2 = "2.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericFeed ¶
type GenericFeed struct { Author *Author Base string Copyright string Created time.Time Description string ID string Image *Image Items []*Item Language string Link *Link Subtitle string Title string Updated time.Time }
GenericFeed todo
type Item ¶
type Item struct { Authors []*Author Category string Content string Created time.Time Description string Attachment *Attachment ID string Link *Link Source *Link Title string Updated time.Time }
Item todo
type RssXml ¶
type RssXml struct { XMLName xml.Name `xml:"rss"` Channel *rssFeed `xml:"channel"` ContentNamespace string `xml:"xmlns:content,attr"` Version string `xml:"version,attr"` }
RssXml todo
Click to show internal directories.
Click to hide internal directories.