mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
7 lines
161 B
Go
7 lines
161 B
Go
package publicip
|
|
|
|
import "github.com/qdm12/gluetun/internal/publicip/state"
|
|
|
|
type Getter = state.PublicIPGetter
|
|
type SettingsGetSetter = state.SettingsGetSetter
|