实现基本的区域监控终端管理功能

This commit is contained in:
GoEdgeLab
2021-09-05 11:11:04 +08:00
parent 72b967bf21
commit 921493f49b
11 changed files with 1989 additions and 3 deletions

View File

@@ -14,4 +14,5 @@ const (
NodeRoleNode NodeRole = "node"
NodeRoleCluster NodeRole = "cluster"
NodeRoleAuthority NodeRole = "authority"
NodeRoleReport NodeRole = "report"
)