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

This commit is contained in:
刘祥超
2021-09-04 10:17:14 +08:00
parent daf8ae2192
commit 3df61381a4
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())
}