Documentation
¶
Index ¶
- type Dao
- func (d *Dao) BlacklistAdd(addmids, upmids []int64) (err error)
- func (d *Dao) BlacklistIn(mids []int64) (blacks map[int64]*model.Blacklist, err error)
- func (d *Dao) BlacklistIndex(mid int64, pn, ps int) (pager *model.BlacklistPager, err error)
- func (d *Dao) BlacklistUp(id int64, status int) (err error)
- func (d *Dao) Ping(c context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
Dao .
func (*Dao) BlacklistAdd ¶
BlacklistAdd add blacklist
func (*Dao) BlacklistIn ¶
BlacklistIn query blackist count
func (*Dao) BlacklistIndex ¶
BlacklistIndex blackist
func (*Dao) BlacklistUp ¶
BlacklistUp blackist update
Click to show internal directories.
Click to hide internal directories.