Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
GUID string
Author string
Title string
WWWURL string
Content string
Published time.Time
Updated time.Time
Media []Media
}
func (*Entry) LatestModification ¶
type Feed ¶
type Feed struct {
URL string
Title string
Description string
Updated time.Time
WWWURL string
Format string
HourlyUpdateFrequency float32
Entries []*Entry
HubURL string
Topic string
}
func (*Feed) DurationBetweenUpdates ¶
type FeedMarshaler ¶
type GenericFeed ¶
type OPML ¶
type Outline ¶
type Outline struct {
Text string `xml:"text,attr"`
Title string `xml:"title,attr"`
Type string `xml:"type,attr,omitempty"`
FeedURL string `xml:"xmlUrl,attr,omitempty"`
WebURL string `xml:"htmlUrl,attr,omitempty"`
Outlines []*Outline `xml:"outline"`
}
func (Outline) IsSubscription ¶
type SortableTimes ¶
func (SortableTimes) Len ¶
func (s SortableTimes) Len() int
func (SortableTimes) Swap ¶
func (s SortableTimes) Swap(i int, j int)
Click to show internal directories.
Click to hide internal directories.