This commit is contained in:
withchao 2024-08-26 15:47:53 +08:00
parent 770dac3208
commit b909967631
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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