Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchSongFromAllSource ¶
func SearchSongFromAllSource(key common.SearchSong) []*common.Song
func UpdateCacheMd5 ¶
func UpdateCacheMd5(music common.SearchMusic, md5 string)
Types ¶
type Provider ¶
type Provider interface {
SearchSong(song common.SearchSong) (songs []*common.Song)
GetSongUrl(searchSong common.SearchMusic, song *common.Song) *common.Song
//search&get url
ParseSong(searchSong common.SearchSong) *common.Song
}
func GetProvider ¶
func NewProvider ¶
Click to show internal directories.
Click to hide internal directories.