Documentation
¶
Index ¶
Constants ¶
View Source
const CurrentVersion = "https://jsonfeed.org/version/1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Author ¶
type Feed ¶
type Feed struct { Version string `json:"version"` Title string `json:"title"` HomePageURL string `json:"home_page_url"` FeedURL string `json:"feed_url"` Description string `json:"description"` UserComment string `json:"user_comment"` NextURL string `json:"next_url"` Icon string `json:"icon"` Favicon string `json:"favicon"` Author Author `json:"author"` Expired bool `json:"expired"` Hubs []Hub `json:"hubs"` Items []Item `json:"items"` }
type Item ¶
type Item struct { ID string `json:"id"` URL string `json:"url"` ExternalURL string `json:"external_url"` Title string `json:"title"` ContentHTML string `json:"content_html"` ContentText string `json:"content_text"` Summary string `json:"summary"` Image string `json:"image"` BannerImage string `json:"banner_image"` DatePublished time.Time `json:"date_published"` DateModified time.Time `json:"date_modified"` Author Author `json:"author"` Tags []string `json:"tags"` }
Click to show internal directories.
Click to hide internal directories.