From b909967631b902438fbae3f899bbcc8175e5d637 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Mon, 26 Aug 2024 15:47:53 +0800 Subject: [PATCH] merge --- internal/rpc/conversation/conversaion.go | 5 ----- internal/rpc/group/group.go | 5 ----- 2 files changed, 10 deletions(-) diff --git a/internal/rpc/conversation/conversaion.go b/internal/rpc/conversation/conversaion.go index 92eb2311f..cb6546f9b 100644 --- a/internal/rpc/conversation/conversaion.go +++ b/internal/rpc/conversation/conversaion.go @@ -52,11 +52,6 @@ type conversationServer struct { config *Config } -func (c *conversationServer) SetConversationMinSeq(ctx context.Context, req *pbconversation.SetConversationMinSeqReq) (*pbconversation.SetConversationMinSeqResp, error) { - //TODO implement me - panic("implement me") -} - type Config struct { RpcConfig config.Conversation RedisConfig config.Redis diff --git a/internal/rpc/group/group.go b/internal/rpc/group/group.go index e18eb5289..9589ed249 100644 --- a/internal/rpc/group/group.go +++ b/internal/rpc/group/group.go @@ -66,11 +66,6 @@ type groupServer struct { webhookClient *webhook.Client } -func (s *groupServer) SetGroupInfoEX(ctx context.Context, req *pbgroup.SetGroupInfoEXReq) (*pbgroup.SetGroupInfoEXResp, error) { - //TODO implement me - panic("implement me") -} - type Config struct { RpcConfig config.Group RedisConfig config.Redis