feat: change detector
This commit is contained in:
9
pkg/externalIpProvider/externalIpProvider.go
Normal file
9
pkg/externalIpProvider/externalIpProvider.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package externalIpProvider
|
||||
|
||||
import (
|
||||
"net"
|
||||
)
|
||||
|
||||
type ExternalIpProvider interface {
|
||||
GetExternalIp() (net.IP, error)
|
||||
}
|
||||
Reference in New Issue
Block a user