Documentation
¶
Index ¶
- type Dao
- func (d *Dao) Close()
- func (d *Dao) DelBaseInfoCache(c context.Context, mid int64) (err error)
- func (d *Dao) DelExpCache(c context.Context, mid int64) error
- func (d *Dao) DelInfoCache(c context.Context, mid int64) (err error)
- func (d *Dao) DelMoralCache(c context.Context, mid int64) (err error)
- func (d *Dao) DeleteRealnameCache(c context.Context, mid int64) (err error)
- func (d *Dao) DeleteUserBlockCache(c context.Context, mid int64) (err error)
- func (d *Dao) Ping(c context.Context) error
- func (d *Dao) SetExpCache(c context.Context, mid, exp int64) (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) DelBaseInfoCache ¶
DelBaseInfoCache delete baseInfo cache.
func (*Dao) DelExpCache ¶
DelExpCache set user exp cache.
func (*Dao) DelInfoCache ¶
DelInfoCache delete account info from cache.
func (*Dao) DelMoralCache ¶
DelMoralCache delete moral cache.
func (*Dao) DeleteRealnameCache ¶
DeleteRealnameCache delete all realname cache
func (*Dao) DeleteUserBlockCache ¶
DeleteUserBlockCache is.
Click to show internal directories.
Click to hide internal directories.