open-im-server/pkg/common/db/cache/extend_msg_set.go
wangchuxiao f4baf847ca errcode
2023-02-07 18:43:43 +08:00

14 lines
227 B
Go

package cache
import (
"Open_IM/pkg/common/db/relation"
"github.com/dtm-labs/rockscache"
"time"
)
type ExtendMsgSetCache struct {
friendDB *relation.FriendGorm
expireTime time.Duration
rcClient *rockscache.Client
}