- 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
|