From 4e8fef558e06248778af5bd820ad613d0546f002 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 <59896149+AndrewZuo01@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:25:20 +0800 Subject: [PATCH] Update user.go --- internal/rpc/user/user.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/rpc/user/user.go b/internal/rpc/user/user.go index 4ca10166c..9366fd11a 100644 --- a/internal/rpc/user/user.go +++ b/internal/rpc/user/user.go @@ -59,10 +59,6 @@ type userServer struct { RegisterCenter registry.SvcDiscoveryRegistry } -func (s *userServer) ProcessUserCommandGetAll(ctx context.Context, req *pbuser.ProcessUserCommandGetAllReq) (*pbuser.ProcessUserCommandGetAllResp, error) { - //TODO implement me - panic("implement me") -} func Start(client registry.SvcDiscoveryRegistry, server *grpc.Server) error { rdb, err := cache.NewRedis()