Documentation ¶
Index ¶
Constants ¶
View Source
const FeedURL = "https://api.rss2json.com/v1/api.json?rss_url=https://blog.gobuffalo.io/feed"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct { Title string `json:"title"` PubDate string `json:"pubDate"` Link string `json:"link"` GUID string `json:"guid"` Author string `json:"author"` Thumbnail string `json:"thumbnail"` Description string `json:"description"` Content string `json:"content"` Enclosure struct { } `json:"enclosure"` Categories []string `json:"categories"` }
Click to show internal directories.
Click to hide internal directories.