wireguard-negotiator/lib/types.go

10 lines
189 B
Go

package lib
type PeerConfigResponse struct {
InterfaceIPs []string
AllowedIPs []string
PublicKey string
Endpoint string
PersistentKeepalive int
}