Documentation
¶
Index ¶
- type Service
- func (s *Service) Labels(c context.Context, catType, category int) (result []*goblin.TypeLabels, err error)
- func (s *Service) PickSph(channel string) (sph string, err error)
- func (s *Service) UgcPlayurl(c context.Context, p *model.PlayURLReq, mid int64) (result map[string]interface{}, err error)
- func (s *Service) VerUpdate(c context.Context, ver *model.VerUpdate) (result *model.HTTPData, errCode ecode.Codes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { ChlSplash map[string]string // channel's splash data Hotword []*model.Hotword // search hotword data VipQns map[string]int // playurl qualities for vips // contains filtered or unexported fields }
Service .
func (*Service) Labels ¶
func (s *Service) Labels(c context.Context, catType, category int) (result []*goblin.TypeLabels, err error)
Labels picks label
func (*Service) UgcPlayurl ¶
func (s *Service) UgcPlayurl(c context.Context, p *model.PlayURLReq, mid int64) (result map[string]interface{}, err error)
UgcPlayurl returns the result of ugc play url
Click to show internal directories.
Click to hide internal directories.