From 34bf5028c337a4e5e95e967eab9441e24a02e523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 1 Oct 2022 07:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/rpc/rpc_client.go | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/internal/rpc/rpc_client.go b/internal/rpc/rpc_client.go index 432fa49f..5a0389e2 100644 --- a/internal/rpc/rpc_client.go +++ b/internal/rpc/rpc_client.go @@ -399,26 +399,6 @@ func (this *RPCClient) UserRPC() pb.UserServiceClient { return pb.NewUserServiceClient(this.pickConn()) } -func (this *RPCClient) UserBillRPC() pb.UserBillServiceClient { - return pb.NewUserBillServiceClient(this.pickConn()) -} - -func (this *RPCClient) ServerBillRPC() pb.ServerBillServiceClient { - return pb.NewServerBillServiceClient(this.pickConn()) -} - -func (this *RPCClient) UserAccountRPC() pb.UserAccountServiceClient { - return pb.NewUserAccountServiceClient(this.pickConn()) -} - -func (this *RPCClient) UserAccountLogRPC() pb.UserAccountLogServiceClient { - return pb.NewUserAccountLogServiceClient(this.pickConn()) -} - -func (this *RPCClient) UserAccountDailyStatRPC() pb.UserAccountDailyStatServiceClient { - return pb.NewUserAccountDailyStatServiceClient(this.pickConn()) -} - func (this *RPCClient) UserAccessKeyRPC() pb.UserAccessKeyServiceClient { return pb.NewUserAccessKeyServiceClient(this.pickConn()) }