Documentation
¶
Index ¶
- Constants
- type Gfriends
- func (gf *Gfriends) GetActorInfoByID(id string) (*model.ActorInfo, error)
- func (gf *Gfriends) GetActorInfoByURL(u string) (*model.ActorInfo, error)
- func (gf *Gfriends) ParseActorIDFromURL(rawURL string) (string, error)
- func (gf *Gfriends) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Constants ¶
View Source
const ( Name = "Gfriends" Priority = 1000 - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gfriends ¶ added in v1.2.7
func (*Gfriends) GetActorInfoByID ¶ added in v1.2.7
func (*Gfriends) GetActorInfoByURL ¶ added in v1.2.7
func (*Gfriends) ParseActorIDFromURL ¶ added in v1.2.7
func (*Gfriends) SearchActor ¶ added in v1.2.7
func (gf *Gfriends) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.