Documentation
¶
Index ¶
- type Entry
- func (e Entry) Author() string
- func (e Entry) Categories() []string
- func (e Entry) Content() template.HTML
- func (e Entry) FeedDescription() string
- func (e Entry) FeedLink() template.URL
- func (e Entry) FeedName() string
- func (e Entry) FeedPublished() *time.Time
- func (e Entry) FeedUpdated() *time.Time
- func (e Entry) ID() string
- func (e Entry) Link() template.URL
- func (e Entry) Published() *time.Time
- func (e Entry) SiteLink() template.URL
- func (e Entry) Summary() template.HTML
- func (e Entry) Title() string
- func (e Entry) Updated() *time.Time
- type Queue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
Entry describes an entry in a feed in a form suitable for templating.
func (Entry) Categories ¶
Categories returns the entry's categories.
func (Entry) FeedDescription ¶
FeedDescription returns the description of the feed, if any.
func (Entry) FeedPublished ¶
FeedPublished returns a best guess at the correct feed publication date.
func (Entry) FeedUpdated ¶
FeedUpdated returns when the feed was updated.
Click to show internal directories.
Click to hide internal directories.