1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00

Rewrite imports

This commit is contained in:
Frédéric Guillot 2017-12-12 21:48:13 -08:00
parent 9b1128d56d
commit 84d912c979
103 changed files with 245 additions and 241 deletions

View file

@ -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