Documentation ¶
Index ¶
- type Service
- func (s *Service) Search(c context.Context, mid, zoneid int64, ...) (res *search.Result, err error)
- func (s *Service) SearchByType(c context.Context, mid, zoneid int64, ...) (res *search.TypeSearch, err error)
- func (s *Service) Suggest3(c context.Context, mid int64, platform, buvid, keyword string, ...) (res *search.SuggestionResult3)
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 search service
func (*Service) Search ¶
func (s *Service) Search(c context.Context, mid, zoneid int64, mobiApp, device, platform, buvid, keyword, duration, order, filtered, lang, fromSource, recommend string, plat int8, rid, highlight, build, pn, ps int, now time.Time) (res *search.Result, err error)
Search get all type search data.
func (*Service) SearchByType ¶
func (s *Service) SearchByType(c context.Context, mid, zoneid int64, mobiApp, device, platform, buvid, sType, keyword, filtered, order string, plat int8, build, highlight, categoryID, userType, orderSort, pn, ps int, now time.Time) (res *search.TypeSearch, err error)
SearchByType is tag bangumi movie upuser video search
Click to show internal directories.
Click to hide internal directories.