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