Documentation
¶
Index ¶
- type Dao
- func (d *Dao) AllAppInfo(c context.Context) (res []*model.AppInfo, err error)
- func (dao *Dao) Close()
- func (dao *Dao) Ping(c context.Context) error
- func (d *Dao) PointCoinAdd(c context.Context, pc *model.PointConf) (id int64, err error)
- func (d *Dao) PointCoinEdit(c context.Context, mp *model.PointConf) (eff int64, err error)
- func (d *Dao) PointCoinInfo(c context.Context, id int64) (r *model.PointConf, err error)
- func (d *Dao) PointConfList(c context.Context) (res []*model.PointConf, err error)
- func (d *Dao) PointHistory(c context.Context, arg *model.ArgPointHistory) (res *model.SearchData, 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) AllAppInfo ¶
AllAppInfo all appinfo.
func (*Dao) PointCoinAdd ¶
PointCoinAdd .
func (*Dao) PointCoinEdit ¶
PointCoinEdit .
func (*Dao) PointCoinInfo ¶
PointCoinInfo .
func (*Dao) PointConfList ¶
PointConfList .
func (*Dao) PointHistory ¶
func (d *Dao) PointHistory(c context.Context, arg *model.ArgPointHistory) (res *model.SearchData, err error)
PointHistory get point change history from es.
Click to show internal directories.
Click to hide internal directories.