mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-17 23:39:04 +08:00
config path
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
|||||||
"OpenIM/pkg/apistruct"
|
"OpenIM/pkg/apistruct"
|
||||||
"OpenIM/pkg/common/config"
|
"OpenIM/pkg/common/config"
|
||||||
"OpenIM/pkg/common/constant"
|
"OpenIM/pkg/common/constant"
|
||||||
"OpenIM/pkg/common/db/cache"
|
|
||||||
"OpenIM/pkg/common/db/controller"
|
"OpenIM/pkg/common/db/controller"
|
||||||
unRelationTb "OpenIM/pkg/common/db/table/unrelation"
|
unRelationTb "OpenIM/pkg/common/db/table/unrelation"
|
||||||
kfk "OpenIM/pkg/common/kafka"
|
kfk "OpenIM/pkg/common/kafka"
|
||||||
@@ -24,7 +23,6 @@ type ModifyMsgConsumerHandler struct {
|
|||||||
modifyMsgConsumerGroup *kfk.MConsumerGroup
|
modifyMsgConsumerGroup *kfk.MConsumerGroup
|
||||||
|
|
||||||
extendMsgInterface controller.ExtendMsgInterface
|
extendMsgInterface controller.ExtendMsgInterface
|
||||||
cache cache.MsgCache
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mmc *ModifyMsgConsumerHandler) Init() {
|
func (mmc *ModifyMsgConsumerHandler) Init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user