Documentation ¶
Overview ¶
Deprecated: X/sList is deprecated due to its outdated data and WAF.
Index ¶
- Constants
- type XsList
- func (xsl *XsList) GetActorInfoByID(id string) (info *model.ActorInfo, err error)
- func (xsl *XsList) GetActorInfoByURL(rawURL string) (info *model.ActorInfo, err error)
- func (xsl *XsList) ParseActorIDFromURL(rawURL string) (id string, err error)
- func (xsl *XsList) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Constants ¶
View Source
const ( Name = "XsList" // `X/sList` Priority = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XsList ¶
func (*XsList) GetActorInfoByID ¶
func (*XsList) GetActorInfoByURL ¶
func (*XsList) ParseActorIDFromURL ¶ added in v1.1.4
func (*XsList) SearchActor ¶
func (xsl *XsList) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.