mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Replace daemon and scheduler package with service package
This commit is contained in:
parent
ca45765c46
commit
487852f07e
16 changed files with 287 additions and 275 deletions
|
@ -7,9 +7,9 @@ package ui // import "miniflux.app/ui"
|
|||
import (
|
||||
"miniflux.app/config"
|
||||
"miniflux.app/reader/feed"
|
||||
"miniflux.app/scheduler"
|
||||
"miniflux.app/storage"
|
||||
"miniflux.app/template"
|
||||
"miniflux.app/worker"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
@ -19,6 +19,6 @@ type handler struct {
|
|||
cfg *config.Config
|
||||
store *storage.Storage
|
||||
tpl *template.Engine
|
||||
pool *scheduler.WorkerPool
|
||||
pool *worker.Pool
|
||||
feedHandler *feed.Handler
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue