mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 08:41:20 +08:00
12 lines
169 B
Go
12 lines
169 B
Go
package models
|
|
|
|
type PeerUpdate struct {
|
|
Network string
|
|
Nodes []Node
|
|
ExtPeers []ExtPeersResponse
|
|
}
|
|
|
|
type KeyUpdate struct {
|
|
Network string
|
|
Interface string
|
|
}
|