mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-19 09:54:09 +02:00
chore(updater): move updater packages to pkg/updaters/<name>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/qdm12/gluetun/internal/constants/providers"
|
||||
"github.com/qdm12/gluetun/internal/provider/common"
|
||||
"github.com/qdm12/gluetun/internal/provider/windscribe/updater"
|
||||
"github.com/qdm12/gluetun/pkg/updaters/windscribe"
|
||||
)
|
||||
|
||||
type Provider struct {
|
||||
@@ -21,7 +21,7 @@ func New(storage common.Storage, randSource rand.Source,
|
||||
return &Provider{
|
||||
storage: storage,
|
||||
randSource: randSource,
|
||||
Fetcher: updater.New(client, updaterWarner),
|
||||
Fetcher: windscribe.New(client, updaterWarner),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user