Versions in this module Expand all Collapse all v0 v0.1.1 Apr 9, 2021 Changes in this version + const Version + type Attachment struct + DurationInSeconds int + MIMEType string + SizeInBytes int + Title string + URL string + func (a *Attachment) Duration() time.Duration + type Author struct + Avatar string + Name string + URL string + type Feed struct + Author *Author + Description string + Expired bool + Favicon string + FeedURL string + HomePageURL string + Hubs []Hub + Icon string + Items []Item + NextURL string + Title string + UserComment string + Version string + func (f *Feed) MarshalJSON() ([]byte, error) + func (f *Feed) UnmarshalJSON(b []byte) error + type Hub struct + Type string + URL string + type Item struct + Attachments []Attachment + Author *Author + BannerImage string + ContentHTML string + ContentText string + DateModified time.Time + DatePublished time.Time + ExternalURL string + ID string + Image string + Summary string + Tags []string + Title string + URL string + func (t *Item) UnmarshalJSON(b []byte) error v0.1.0 May 6, 2018