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