Documentation
¶
Index ¶
- func AddEntry(feedID int64, url, title, description string, datePublished string) error
- func AddFeed(feed *gofeed.Feed) (int64, error)
- func CloseDB()
- func InitDB()
- func MarkRead(entryID int) error
- func MarkUpdated(feedID int64) error
- func OpenInBrowser(url string, browser string)
- func OpenInPlayer(url string, player string)
- func Sync()
- type Entry
- type Feed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFeed ¶
Adds a feed to the database. If the feed already exists, it adds any new entries. If the feed does not exist, it inserts a new feed and its entries.
Types ¶
type Entry ¶
Click to show internal directories.
Click to hide internal directories.