package wireguard import "net/netip" type Routing interface { VPNLocalGatewayIP(vpnInterface string) (gateway netip.Addr, err error) }