Documentation ¶
Index ¶
- type Service
- func (s *Service) ArchivesWithPlayer(c context.Context, aids []int64, qn int, platform string, fnver, fnval int) (res map[int64]*archive.ArchiveWithPlayer, err error)
- func (s *Service) BlackList(c context.Context, mid int64) (aidm map[int64]struct{}, err error)
- func (s *Service) Index(c context.Context, buvid string, mid int64, plat int8, param *feed.IndexParam, ...) (is []card.Handler, userFeature json.RawMessage, isRcmd, newUser bool, code int, ...)
- func (s *Service) IndexInfoc(c context.Context, mid int64, plat int8, build int, buvid, disid, api string, ...)
- func (s *Service) RankCard(plat int8) (ranks []*rank.Rank, aids []int64)
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 is show service.
func (*Service) ArchivesWithPlayer ¶
func (s *Service) ArchivesWithPlayer(c context.Context, aids []int64, qn int, platform string, fnver, fnval int) (res map[int64]*archive.ArchiveWithPlayer, err error)
ArchivesWithPlayer archives witch player
func (*Service) Index ¶
func (s *Service) Index(c context.Context, buvid string, mid int64, plat int8, param *feed.IndexParam, now time.Time, style int) (is []card.Handler, userFeature json.RawMessage, isRcmd, newUser bool, code int, autoPlay, clean int8, autoPlayInfoc string, err error)
Index is.
func (*Service) IndexInfoc ¶
func (s *Service) IndexInfoc(c context.Context, mid int64, plat int8, build int, buvid, disid, api string, userFeature json.RawMessage, style, code int, items []*ai.Item, isRcmd, pull, newUser bool, now time.Time, adResponse, deviceID, network string, flush int, autoPlay string, deviceType int)
IndexInfoc is.
Click to show internal directories.
Click to hide internal directories.