Documentation
¶
Index ¶
- type Dao
- func (d *Dao) Close()
- func (d *Dao) GetCachedInfos(c context.Context, mids []int64, ip string) (infos map[int64]*account.Info, err error)
- func (d *Dao) IdentifyInfo(c context.Context, ak, ck, ip string, mid int64) (err error)
- func (d *Dao) Infos(c context.Context, mids []int64, ip string) (infos map[int64]*account.Info, err error)
- func (d *Dao) Ping(c context.Context) (err error)
- func (d *Dao) Profile(c context.Context, mid int64, ip string) (p *account.Profile, 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 is account dao.
func (*Dao) GetCachedInfos ¶
func (d *Dao) GetCachedInfos(c context.Context, mids []int64, ip string) (infos map[int64]*account.Info, err error)
GetCachedInfos get cache info
func (*Dao) IdentifyInfo ¶
IdentifyInfo 获取用户实名认证状态
Click to show internal directories.
Click to hide internal directories.