Documentation ¶
Index ¶
- type Dao
- func (d *Dao) Close()
- func (d *Dao) GetConfFromDb() (ruleConf []*model.RecPoolConf, err error)
- func (d *Dao) GetWhiteList(ctx context.Context, id int) (whiteStr string, err error)
- func (d *Dao) Ping(ctx context.Context) (err error)
- func (d *Dao) SetRecInfoCache(ctx context.Context, list map[int64]*daoAnchorV1.RoomData) (err error)
- func (d *Dao) SetRecPoolCache(ctx context.Context, key string, list string, expire int) (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 dao.
func (*Dao) GetConfFromDb ¶
func (d *Dao) GetConfFromDb() (ruleConf []*model.RecPoolConf, err error)
func (*Dao) GetWhiteList ¶
func (*Dao) SetRecInfoCache ¶
Click to show internal directories.
Click to hide internal directories.