删除部分不需要的文件/阶段性提交

This commit is contained in:
GoEdgeLab
2021-09-04 10:17:14 +08:00
parent 7a27f7a523
commit 6b3c7ac34c
25 changed files with 79 additions and 1081 deletions

View File

@@ -300,6 +300,10 @@ func (this *RPCClient) IPListRPC() pb.IPListServiceClient {
return pb.NewIPListServiceClient(this.pickConn())
}
func (this *RPCClient) ReporterRPC() pb.ReporterServiceClient {
return pb.NewReporterServiceClient(this.pickConn())
}
func (this *RPCClient) IPItemRPC() pb.IPItemServiceClient {
return pb.NewIPItemServiceClient(this.pickConn())
}