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) Name() string
- func (gf *GFriends) NormalizeID(id string) string
- func (gf *GFriends) ParseIDFromURL(rawURL string) (string, error)
- func (gf *GFriends) Priority() int
- func (gf *GFriends) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
- func (gf *GFriends) URL() *url.URL
Constants ¶
View Source
const ( Name = "GFriends" Priority = 1000 - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GFriends ¶
type GFriends struct{}
func (*GFriends) GetActorInfoByID ¶
func (*GFriends) GetActorInfoByURL ¶
func (*GFriends) NormalizeID ¶
func (*GFriends) SearchActor ¶
func (gf *GFriends) SearchActor(keyword string) (results []*model.ActorSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.