package
0.0.0-20250310152205-cf1c49d765ed
Repository: https://github.com/hobeone/rss2go.git
Documentation: pkg.go.dev

# Functions

NewDBHandle creates a new DBHandle dbPath: the path to the database to use.
NewMemoryDBHandle creates a new in memory database.
SchemaMigrations gives each caller a new copy of the migrations.
TestFixtures gives the standard fixtures for db testing.

# Structs

FeedInfo represents a feed (atom, rss or rdf) that rss2go is polling.
FeedItem represents an individual iteam from a feed.
Handle controls access to the database and makes sure only one operation is in process at a time.
User represents a user/email address that can subscribe to Feeds.
UserReport represents the last time we sent a report of stale or errored out feeds.

# Interfaces

Service defines the interface that the RSS2Go database provides.