Documentation
¶
Index ¶
- type Dao
- func (d *Dao) BlockTime(c context.Context, mid int64) (blockTime int64, err error)
- func (d *Dao) Card(c context.Context, mid int64) (card *account.Card, err error)
- func (d *Dao) Cards3(c context.Context, mids []int64) (res map[int64]*account.Card, err error)
- func (d *Dao) Infos3(c context.Context, mids []int64) (res map[int64]*account.Info, err error)
- func (d *Dao) Profile3(c context.Context, mid int64) (card *account.ProfileStat, err error)
- func (d *Dao) ProfileByName3(c context.Context, name string) (card *account.ProfileStat, err error)
- func (d *Dao) RedDot(c context.Context, mid int64, redDotURL string) (ok bool, err error)
- func (d *Dao) Relations3(c context.Context, owners []int64, mid int64) (follows map[int64]bool)
- func (d *Dao) RichRelations3(c context.Context, owner, mid int64) (rel int, err error)
- func (d *Dao) UserCheck(c context.Context, mid int64, checkURL string) (ok bool, 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 is account dao.
func (*Dao) ProfileByName3 ¶
ProfileByName3 rpc card get by name
func (*Dao) Relations3 ¶
Relations3 relations.
func (*Dao) RichRelations3 ¶
RichRelations3 rich relations.
Click to show internal directories.
Click to hide internal directories.