wireguard-negotiator/lib/types.go

10 lines
189 B
Go
Raw Permalink Normal View History

2019-12-22 17:11:40 +08:00
package lib
type PeerConfigResponse struct {
InterfaceIPs []string
AllowedIPs []string
PublicKey string
Endpoint string
PersistentKeepalive int
}