Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTitleNotFound = errors.New("title not found") ErrURLNotFound = errors.New("URL not found") )
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
Name() string
Host() string
GetTitle(url string) (string, error)
GetURL(title string) (string, error)
}
func NewAppleProvider ¶
func NewMockProvider ¶
func NewMockProvider() Provider
func NewSpotifyProvider ¶ added in v1.0.0
func NewYandexProvider ¶
func NewYoutubeProvider ¶
Click to show internal directories.
Click to hide internal directories.