Documentation ¶
Index ¶
- type Dao
- func (dao *Dao) Close()
- func (d *Dao) DelWalletCache(c context.Context, uid int64) (err error)
- func (d *Dao) InitWallet(c context.Context, user *model.User) (row int64, err error)
- func (d *Dao) MergeWallet(c context.Context, uid int64, gold int64, iap_gold int64, silver int64) (row int64, err error)
- func (d *Dao) Ping(c context.Context) (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
}
func (*Dao) DelWalletCache ¶
DelWalletCache 删除等级缓存
func (*Dao) InitWallet ¶
func (*Dao) MergeWallet ¶
Click to show internal directories.
Click to hide internal directories.