mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-22 02:30:25 +08:00
实现基本的区域监控终端管理功能
This commit is contained in:
17
pkg/rpc/protos/models/model_report_node.proto
Normal file
17
pkg/rpc/protos/models/model_report_node.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ReportNode {
|
||||
int64 id = 1;
|
||||
string uniqueId = 2;
|
||||
string secret = 3;
|
||||
bool isOn = 4;
|
||||
string name = 5;
|
||||
string location = 6;
|
||||
string isp = 7;
|
||||
bool isActive = 8;
|
||||
bytes statusJSON = 9;
|
||||
repeated string allowIPs = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user