mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-27 12:56:24 +02:00
chore(updater): move updater packages to pkg/updaters/<name>
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
|
||||
"github.com/qdm12/gluetun/internal/configuration/settings"
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
publicipmodels "github.com/qdm12/gluetun/pkg/publicip/models"
|
||||
)
|
||||
|
||||
type VPNLooper interface {
|
||||
@@ -27,7 +28,7 @@ type PortForwarding interface {
|
||||
}
|
||||
|
||||
type PublicIPLoop interface {
|
||||
GetData() (data models.PublicIP)
|
||||
GetData() (data publicipmodels.PublicIP)
|
||||
}
|
||||
|
||||
type Storage interface {
|
||||
|
||||
Reference in New Issue
Block a user