mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-08 07:50:27 +08:00
实现基本的监控终端管理
This commit is contained in:
17
pkg/rpc/protos/models/model_report_task.proto
Normal file
17
pkg/rpc/protos/models/model_report_task.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_node_ip_address.proto";
|
||||
|
||||
// IP地址任务
|
||||
message IPAddrReportTask {
|
||||
string ip = 1;
|
||||
int32 port = 2;
|
||||
float costMs = 3;
|
||||
string level = 4;
|
||||
float connectivity = 5;
|
||||
|
||||
NodeIPAddress nodeIPAddress = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user