WIP commit to enable rebasing to uuid feature

This commit is contained in:
Matthew R Kasun
2022-01-14 14:30:26 -05:00
parent 3e016ef8b5
commit 90b468f9f9
5 changed files with 282 additions and 72 deletions

View File

@@ -1,10 +1,9 @@
package models
import "golang.zx2c4.com/wireguard/wgctrl/wgtypes"
type PeerUpdate struct {
Network string
Peers []wgtypes.Peer
Network string
Nodes []Node
ExtPeers []ExtPeersResponse
}
type KeyUpdate struct {