mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
WIP commit to enable rebasing to uuid feature
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user