Documentation ¶
Index ¶
- type Service
- func (s *Service) ClearReliveTimes(c context.Context, arg *model.ArgReset) (err error)
- func (s *Service) HandleEvent(c context.Context, arg *model.ArgHandleEvent) (err error)
- func (s *Service) ReBuildPortrait(c context.Context, arg *model.ArgReBuild) (err error)
- func (s *Service) RefreshBaseScore(c context.Context, arg *model.ArgReset) (err error)
- func (s *Service) StatByID(c context.Context, arg *model.ArgStat) (stat []*model.Statistics, err error)
- func (s *Service) UpdateBaseScore(c context.Context, arg *model.ArgReset) (err error)
- func (s *Service) UpdateEventScore(c context.Context, arg *model.ArgReset) (err error)
- func (s *Service) UserInfo(c context.Context, arg *model.ArgUser) (res *model.UserInfo, err error)
- func (s *Service) UserScore(c context.Context, arg *model.ArgUserScore) (res *model.UserScore, 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 struct info.
func (*Service) ClearReliveTimes ¶
ClearReliveTimes cli.
func (*Service) HandleEvent ¶
HandleEvent add spy event to user.
func (*Service) ReBuildPortrait ¶
ReBuildPortrait rebuild user risk portrait by task.
func (*Service) RefreshBaseScore ¶
RefreshBaseScore cli.
func (*Service) StatByID ¶
func (s *Service) StatByID(c context.Context, arg *model.ArgStat) (stat []*model.Statistics, err error)
StatByID cli.
func (*Service) UpdateBaseScore ¶
UpdateBaseScore cli.
func (*Service) UpdateEventScore ¶
UpdateEventScore cli.
Click to show internal directories.
Click to hide internal directories.