Files
gluetun/internal/publicip/alias.go
Quentin McGaw (laptop) 8d512852a4 Maint: rework publicip package
- Use loopstate package
- Loop interface composition
- Return concrete struct from constructors
- Split into more files
- Add publicip/state package
2021-07-24 19:49:11 +00:00

7 lines
167 B
Go

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