mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-11 01:50:26 +08:00
实现基本的监控终端管理
This commit is contained in:
@@ -3,6 +3,8 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_report_node_group.proto";
|
||||
|
||||
message ReportNode {
|
||||
int64 id = 1;
|
||||
string uniqueId = 2;
|
||||
@@ -14,4 +16,5 @@ message ReportNode {
|
||||
bool isActive = 8;
|
||||
bytes statusJSON = 9;
|
||||
repeated string allowIPs = 10;
|
||||
repeated ReportNodeGroup reportNodeGroups = 11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user