package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev
# README
gorilla/feeds
feeds is a web feed generator library for generating RSS, Atom and JSON feeds from Go applications.
This is a fork of the original gorilla/feeds library.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Multiple links with different rel can coexist.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JSON is used to convert a generic Feed to a JSONFeed.
JSONAttachment represents a related resource.
JSONAuthor represents the author of the feed or of an individual item in the feed.
JSONFeed represents a syndication feed in the JSON Feed Version 1 format.
JSONHub describes an endpoint that can be used to subscribe to real-time notifications from the publisher of this feed.
JSONItem represents a single entry/post for the feed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
private wrapper around the RssFeed which gives us the <rss>..</rss> xml.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
interface used by ToXML to get a object suitable for exporting XML.