Documentation ¶
Index ¶
- Variables
- func AlbumMatch(u string) (string, string, bool)
- func ArtistMatch(u string) (string, string, bool)
- func Bool2Str(b bool) string
- func CopyHttpResponseBody(r *http.Response, w io.Writer) error
- func ExternalPlay(song string) error
- func GenRandomBytes(size int) (blk []byte, err error)
- func GetBaseURL(c *gin.Context) (baseURL string)
- func GetExtName(uri string) (ext string, mimetype string)
- func GetHttpClient() *http.Client
- func GuessProvider(u string) (string, bool)
- func ParseJson(data []byte) map[string]interface{}
- func PlaylistMatch(u string) (string, string, bool)
- func ReadHttpResponseBody(r *http.Response) (b []byte, err error)
- func SingleSongMatch(u string) (string, string, bool)
- func ToJson(object interface{}) string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GenRandomBytes ¶
func GetBaseURL ¶
func GetExtName ¶
func GetHttpClient ¶
func GuessProvider ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.