Documentation ¶
Index ¶
- type Service
- func (s *Service) MangoArcs(ctx context.Context, page int64) (data *tpMdl.MangoArcPage, err error)
- func (s *Service) MangoEps(ctx context.Context, sid int64, page int) (data *tpMdl.MangoEpPage, err error)
- func (s *Service) MangoRecom() (data []*tpMdl.MangoParams)
- func (s *Service) MangoSns(ctx context.Context, page int64) (data *tpMdl.MangoSnPage, err error)
- func (s *Service) MangoVideos(ctx context.Context, sid int64, page int) (data *tpMdl.MangoVideoPage, err error)
- func (s *Service) PickDBeiPage(page int64, typeC string) (data *tpMdl.DBeiPage, 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) MangoEps ¶
func (s *Service) MangoEps(ctx context.Context, sid int64, page int) (data *tpMdl.MangoEpPage, err error)
MangoEps returns mango eps data
func (*Service) MangoRecom ¶
func (s *Service) MangoRecom() (data []*tpMdl.MangoParams)
MangoRecom returns the mango recom data
func (*Service) MangoVideos ¶
func (s *Service) MangoVideos(ctx context.Context, sid int64, page int) (data *tpMdl.MangoVideoPage, err error)
MangoVideos returns mango videos data
Click to show internal directories.
Click to hide internal directories.