实现区域监控节点运行日志和运行结果

This commit is contained in:
GoEdgeLab
2021-09-06 08:53:08 +08:00
parent 650b9f6b91
commit a0dbcf709a
5 changed files with 107 additions and 0 deletions

View File

@@ -304,6 +304,10 @@ func (this *RPCClient) ReportNodeRPC() pb.ReportNodeServiceClient {
return pb.NewReportNodeServiceClient(this.pickConn())
}
func (this *RPCClient) ReportResultRPC() pb.ReportResultServiceClient {
return pb.NewReportResultServiceClient(this.pickConn())
}
func (this *RPCClient) IPItemRPC() pb.IPItemServiceClient {
return pb.NewIPItemServiceClient(this.pickConn())
}