Documentation
¶
Index ¶
- type Service
- func (s *Service) AccountExp(c context.Context, mid, exp int64) (err error)
- func (s *Service) AccountReg(c context.Context, mid int64) (err error)
- func (s *Service) AccountViewVideo(c context.Context, mid int64) (err error)
- func (s *Service) BlockedKPIInfo(c context.Context, mid int64, rage int16) (err error)
- func (s *Service) Close()
- func (s *Service) DanmakuReport(c context.Context, d *model.DMAction) (err error)
- func (s *Service) PayOrderInfo(c context.Context, mid, money int64, merchant int8) (err error)
- func (s *Service) Ping(c context.Context) (err error)
- func (s *Service) PutCoinInfo(c context.Context, msg *coinm.DataBus) (err error)
- func (s *Service) PutReplyInfo(c context.Context, info *model.ReplyEvent) (err error)
- func (s *Service) PutSpyScore(c context.Context, sc *spym.ScoreChange) (err error)
- func (s *Service) SyncUserVIP(ctx context.Context, file string)
- func (s *Service) UpdateVipStatus(c context.Context, mid int64, vs int32) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service biz service def.
func (*Service) AccountExp ¶
AccountExp handle user exp chenage message
func (*Service) AccountReg ¶
AccountReg handle user register message, init user figure info
func (*Service) AccountViewVideo ¶
AccountViewVideo handle user view video message
func (*Service) BlockedKPIInfo ¶
BlockedKPIInfo .
func (*Service) DanmakuReport ¶
DanmakuReport .
func (*Service) PayOrderInfo ¶
PayOrderInfo handle user coin chenage message
func (*Service) PutCoinInfo ¶
PutCoinInfo handle user coin chenage message
func (*Service) PutReplyInfo ¶
PutReplyInfo handle user reply info chenage message
func (*Service) PutSpyScore ¶
PutSpyScore handle user spy score chenage message
Click to show internal directories.
Click to hide internal directories.