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 496187985e
commit aa6f7a138b
2 changed files with 34 additions and 8 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 {