Documentation ¶
Index ¶
- Constants
- type Dao
- func (d *Dao) CheckReply(c context.Context, aid int64) (replyState int64, err error)
- func (d *Dao) CloseReply(c context.Context, aid int64, mid int64) (err error)
- func (d *Dao) HotArchive(c context.Context) (aids []int64, err error)
- func (d *Dao) MidGroups(c context.Context, mid int64) (groups map[int64]*manager.UpGroup, err error)
- func (d *Dao) MonitorNotify(c context.Context) (data []*monitor.RuleResultData, err error)
- func (d *Dao) OpenReply(c context.Context, aid int64, mid int64) (err error)
- func (d *Dao) UpProfitState(c context.Context, mid int64) (state int8, err error)
Constants ¶
View Source
const UpProfitStateSigned = 3 //激励计划签约状态
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) CheckReply ¶
CheckReply get subject state
func (*Dao) CloseReply ¶
CloseReply change subject state to close
func (*Dao) HotArchive ¶
HotArchive get hot archives which need rechecking
func (*Dao) MidGroups ¶
func (d *Dao) MidGroups(c context.Context, mid int64) (groups map[int64]*manager.UpGroup, err error)
UpGroups get all up groups
func (*Dao) MonitorNotify ¶
Click to show internal directories.
Click to hide internal directories.