mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 21:45:58 +08:00
msg database
This commit is contained in:
@@ -26,7 +26,7 @@ type RPCServer struct {
|
||||
push controller.PushInterface
|
||||
}
|
||||
|
||||
func (r *RPCServer) Init(rpcPort int, cache cache.Cache) {
|
||||
func (r *RPCServer) Init(rpcPort int, cache cache.MsgCache) {
|
||||
r.rpcPort = rpcPort
|
||||
r.rpcRegisterName = config.Config.RpcRegisterName.OpenImPushName
|
||||
r.etcdSchema = config.Config.Etcd.EtcdSchema
|
||||
|
||||
Reference in New Issue
Block a user