Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(store db.DB, cache *localcache.CacheService) *Storage
func (*Storage) GetLiveMessage ¶
func (s *Storage) GetLiveMessage(query *model.GetLiveMessageQuery) (model.LiveMessage, bool, error)
func (*Storage) SaveLiveMessage ¶
func (s *Storage) SaveLiveMessage(query *model.SaveLiveMessageQuery) error
Click to show internal directories.
Click to hide internal directories.