Documentation ¶
Index ¶
- Constants
- type AVLeague
- func (avl *AVLeague) GetActorInfoByID(id string) (info *model.ActorInfo, err error)
- func (avl *AVLeague) GetActorInfoByURL(rawURL string) (info *model.ActorInfo, err error)
- func (avl *AVLeague) ParseActorIDFromURL(rawURL string) (id string, err error)
- func (avl *AVLeague) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Constants ¶
View Source
const ( Name = "AV-LEAGUE" // `AV.LEAGUE` Priority = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AVLeague ¶
func (*AVLeague) GetActorInfoByID ¶
func (*AVLeague) GetActorInfoByURL ¶
func (*AVLeague) ParseActorIDFromURL ¶
func (*AVLeague) SearchActor ¶
func (avl *AVLeague) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.