Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Title string `xml:"title"`
ID string `xml:"id"`
Updated string `xml:"updated"`
Author Person `xml:"author"`
Link Link `xml:"link"`
Summary Text `xml:"content"`
}
Entry ... TODO
type Feed ¶
type Feed struct {
XMLName xml.Name `xml:"http://www.w3.org/2005/Atom feed"`
Title string `xml:"title"`
ID string `xml:"id"`
Link Link `xml:"link"`
Updated string `xml:"updated"`
Entries []Entry `xml:"entry"`
}
Feed ... TODO
Click to show internal directories.
Click to hide internal directories.