实现基本的监控终端管理

This commit is contained in:
GoEdgeLab
2021-09-08 19:34:51 +08:00
parent 5d2466cf00
commit 242da2d065
19 changed files with 345 additions and 12 deletions
+4
View File
@@ -304,6 +304,10 @@ func (this *RPCClient) ReportNodeRPC() pb.ReportNodeServiceClient {
return pb.NewReportNodeServiceClient(this.pickConn())
}
func (this *RPCClient) ReportNodeGroupRPC() pb.ReportNodeGroupServiceClient {
return pb.NewReportNodeGroupServiceClient(this.pickConn())
}
func (this *RPCClient) ReportResultRPC() pb.ReportResultServiceClient {
return pb.NewReportResultServiceClient(this.pickConn())
}