package
0.0.0-20210416033106-6bdfdc91ce95
Repository: https://github.com/mjm/courier-js.git
Documentation: pkg.go.dev
# Functions
NewCommandHandler creates a new command handler for feed commands.
# Variables
DefaultSet is a provider set for creating a command handler and its dependencies.
# Structs
CommandHandler processes feed-related commands and updates the data store appropriately.
ImportPostsCommand is a request to import posts that were scraped from a feed into the database.
No description provided by the author
No description provided by the author
No description provided by the author
RefreshCommand is a request to refresh a feed's contents and create/update posts for the feed.
SubscribeCommand is a request to subscribe a user to a feed by URL.
UnsubscribeCommand is a request to unsubscribe a user from a feed.
No description provided by the author