Documentation
¶
Index ¶
Constants ¶
View Source
const NUM_WORKERS = 4
Variables ¶
This section is empty.
Functions ¶
func InitializeNostr ¶ added in v0.2.0
func InitializeNostr()
func SetVersion ¶
func SetVersion(num string)
Types ¶
type DiscoverResult ¶
type DiscoverResult struct {
Feed *parser.Feed
FeedLink string
Sources []FeedSource
}
func DiscoverFeed ¶
func DiscoverFeed(candidateUrl string) (*DiscoverResult, error)
type FeedSource ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) FeedsPending ¶
func (*Worker) FindFavicons ¶
func (w *Worker) FindFavicons()
func (*Worker) FindFeedFavicon ¶
func (*Worker) RefreshFeeds ¶
func (w *Worker) RefreshFeeds()
func (*Worker) SetRefreshRate ¶
func (*Worker) StartFeedCleaner ¶
func (w *Worker) StartFeedCleaner()
Click to show internal directories.
Click to hide internal directories.