aboutsummaryrefslogtreecommitdiff
path: root/scheduler/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/worker.go')
-rw-r--r--scheduler/worker.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/scheduler/worker.go b/scheduler/worker.go
index 39382a38..be130ca8 100644
--- a/scheduler/worker.go
+++ b/scheduler/worker.go
@@ -5,13 +5,14 @@
package scheduler
import (
- "github.com/miniflux/miniflux2/model"
- "github.com/miniflux/miniflux2/reader/feed"
"log"
"time"
+
+ "github.com/miniflux/miniflux/model"
+ "github.com/miniflux/miniflux/reader/feed"
)
-// A Worker refresh a feed in the background.
+// Worker refreshes a feed in the background.
type Worker struct {
id int
feedHandler *feed.Handler