Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SlyMarbo/rss
/ types & classes
Types & classes
28 in github.com/SlyMarbo/rss
⨍
Functions
56
◇
Types & classes
28
Struct
Author
Author records information about a feed's author.
feed.go:26
Struct
Author
atom1/atom1.go:38
Struct
Category
rss2/rss2.go:68
Struct
Channel
rss2/rss2.go:37
Struct
Channel
rss1/rss1.go:38
Struct
Content
atom1/atom1.go:70
Struct
Enclosure
Enclosure references an external link.
feed.go:70
Struct
Enclosure
rss2/rss2.go:87
Struct
Enclosure
rss1/rss1.go:69
Struct
Feed
Feed is the top-level structure for an RSS/Atom feed.
feed.go:10
Struct
Feed
rss2/rss2.go:32
Struct
Feed
atom1/atom1.go:27
Struct
Feed
rss1/rss1.go:32
Struct
Image
Image references an image.
feed.go:41
Struct
Image
rss2/rss2.go:59
Struct
Image
atom1/atom1.go:52
Struct
Image
rss1/rss1.go:49
Struct
Item
Item represents a single story.
feed.go:50
Struct
Item
rss2/rss2.go:73
Struct
Item
atom1/atom1.go:60
Struct
Item
rss1/rss1.go:57
Struct
Link
Link records information about a URL.
feed.go:34
Struct
Link
rss2/rss2.go:52
Struct
Link
atom1/atom1.go:45
FuncType
Option
Option represents a function that can be used to configure a [Reader]. Options are typically used with [NewReader].
rss.go:288
Struct
Reader
Reader stores the configuration data used to fetch, parse, and update RSS feeds. Reader supports RSS 2.0, RSS 1.0, and Atom 1.0. A single Reader can p
rss.go:74
Interface
TB
TB is a subset of the `testing.TB` interface.
internal/testar/testar.go:17
Struct
recordTB
internal/testar/testar_test.go:10