mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-19 01:43:56 +02:00
Maint: rename SettingsGetterSetter to SettingsGetSetter
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/qdm12/gluetun/internal/configuration"
|
||||
)
|
||||
|
||||
type SettingsGetterSetter interface {
|
||||
type SettingsGetSetter interface {
|
||||
GetSettings() (settings configuration.PublicIP)
|
||||
SetSettings(ctx context.Context,
|
||||
settings configuration.PublicIP) (outcome string)
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
var _ Manager = (*State)(nil)
|
||||
|
||||
type Manager interface {
|
||||
SettingsGetterSetter
|
||||
SettingsGetSetter
|
||||
PublicIPGetSetter
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user