Files
gluetun/internal/publicip/alias.go

7 lines
167 B
Go
Raw Normal View History

package publicip
import "github.com/qdm12/gluetun/internal/publicip/state"
type Getter = state.PublicIPGetter
type SettingsGetterSetter = state.SettingsGetterSetter