Documentation
¶
Index ¶
- type Service
- func (s *Service) EpControl(c context.Context, epid int64) (sid int64, msg string, err error)
- func (s *Service) SnDetail(c context.Context, param *model.MediaParam) (detail *model.SeasonDetail, msg string, err error)
- func (s *Service) SnDetailV2(c context.Context, param *model.MediaParam) (detail *model.SnDetailV2, msg string, 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 .
func (*Service) EpControl ¶
EpControl validates the ep is authorized to play and involve the intervention
func (*Service) SnDetail ¶
func (s *Service) SnDetail(c context.Context, param *model.MediaParam) (detail *model.SeasonDetail, msg string, err error)
SnDetail validates the season is authorized to play and involve the intervention
func (*Service) SnDetailV2 ¶
func (s *Service) SnDetailV2(c context.Context, param *model.MediaParam) (detail *model.SnDetailV2, msg string, err error)
SnDetailV2 validates the season is authorized to play and involve the intervention
Click to show internal directories.
Click to hide internal directories.