Documentation
¶
Index ¶
- type Dao
- func (d *Dao) Close()
- func (d *Dao) DelCoverCache(c context.Context, mid, fid int64) (err error)
- func (d *Dao) NewCoversCache(c context.Context, mid int64, fids []int64) (fcvs map[int64][]*model.Cover, mis []int64, err error)
- func (d *Dao) Ping(c context.Context) (err error)
- func (d *Dao) SetNewCoverCache(c context.Context, mid, fid int64, covers []*model.Cover) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Dao struct {
// contains filtered or unexported fields
}
Dao defeine fav Dao
func (*Dao) DelCoverCache ¶
DelCoverCache delete folder cover
func (*Dao) NewCoversCache ¶
func (d *Dao) NewCoversCache(c context.Context, mid int64, fids []int64) (fcvs map[int64][]*model.Cover, mis []int64, err error)
NewCoversCache get multi cover of fids by pipeline
Click to show internal directories.
Click to hide internal directories.