Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFeedFound = fmt.Errorf("no feed found")
Functions ¶
This section is empty.
Types ¶
type FeedWatcher ¶
type FeedWatcher struct {
Session *discordgo.Session
Queries *database.Queries
// contains filtered or unexported fields
}
func (*FeedWatcher) DiscoverFeed ¶
func (*FeedWatcher) RefreshFeed ¶
func (f *FeedWatcher) RefreshFeed(feed database.Feed, isBackfill bool) error
func (*FeedWatcher) Start ¶
func (f *FeedWatcher) Start()
func (*FeedWatcher) Stop ¶
func (f *FeedWatcher) Stop()
Click to show internal directories.
Click to hide internal directories.