Versions in this module Expand all Collapse all v0 v0.8.6 Feb 13, 2022 Changes in this version + func StartTasks() + func StopTasks() + type RssUpdateObserver interface + type RssUpdateTask struct + func NewRssTask() *RssUpdateTask + func (t *RssUpdateTask) Deregister(removeObserver RssUpdateObserver) + func (t *RssUpdateTask) Name() string + func (t *RssUpdateTask) Register(observer RssUpdateObserver) + func (t *RssUpdateTask) Start() + func (t *RssUpdateTask) Stop() + type Task interface + Name func() string + Start func() + Stop func()