mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
8d512852a4
- Use loopstate package - Loop interface composition - Return concrete struct from constructors - Split into more files - Add publicip/state package
7 lines
167 B
Go
7 lines
167 B
Go
package publicip
|
|
|
|
import "github.com/qdm12/gluetun/internal/publicip/state"
|
|
|
|
type Getter = state.PublicIPGetter
|
|
type SettingsGetterSetter = state.SettingsGetterSetter
|