mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
10 lines
147 B
Go
10 lines
147 B
Go
package network_map
|
|
|
|
import (
|
|
"github.com/netbirdio/netbird/shared/management/proto"
|
|
)
|
|
|
|
type UpdateMessage struct {
|
|
Update *proto.SyncResponse
|
|
}
|