@ -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) {
RpcConfig config.Group