Feat: location data at /v1/publicip/ip

This commit is contained in:
Quentin McGaw (desktop)
2021-09-05 22:54:10 +00:00
parent 82ac568ee3
commit f9cb71027c
9 changed files with 62 additions and 42 deletions

View File

@@ -2,5 +2,5 @@ package publicip
import "github.com/qdm12/gluetun/internal/publicip/state"
type Getter = state.PublicIPGetter
type Getter = state.DataGetter
type SettingsGetSetter = state.SettingsGetSetter