mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
notification
This commit is contained in:
@@ -12,10 +12,10 @@ type PushDatabase interface {
|
||||
}
|
||||
|
||||
type pushDataBase struct {
|
||||
cache cache.Model
|
||||
cache cache.MsgModel
|
||||
}
|
||||
|
||||
func NewPushDatabase(cache cache.Model) PushDatabase {
|
||||
func NewPushDatabase(cache cache.MsgModel) PushDatabase {
|
||||
return &pushDataBase{cache: cache}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user