mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
notification
This commit is contained in:
@@ -14,10 +14,10 @@ type ThirdDatabase interface {
|
||||
}
|
||||
|
||||
type thirdDatabase struct {
|
||||
cache cache.Model
|
||||
cache cache.MsgModel
|
||||
}
|
||||
|
||||
func NewThirdDatabase(cache cache.Model) ThirdDatabase {
|
||||
func NewThirdDatabase(cache cache.MsgModel) ThirdDatabase {
|
||||
return &thirdDatabase{cache: cache}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user