pull/2558/head
withchao 1 year ago
parent 770dac3208
commit b909967631

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

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

Loading…
Cancel
Save