implement getArtistInfo

This commit is contained in:
sentriz
2020-02-12 14:56:16 +00:00
parent 36829c69e3
commit c16897dfe4
5 changed files with 102 additions and 24 deletions

View File

@@ -9,18 +9,6 @@ import (
// NOTE: when these are implemented, they should be moved to their
// respective _by_folder or _by_tag file
func (c *Controller) ServeGetArtistInfo(r *http.Request) *spec.Response {
sub := spec.NewResponse()
sub.ArtistInfo = &spec.ArtistInfo{}
return sub
}
func (c *Controller) ServeGetArtistInfoTwo(r *http.Request) *spec.Response {
sub := spec.NewResponse()
sub.ArtistInfoTwo = &spec.ArtistInfo{}
return sub
}
func (c *Controller) ServeGetGenres(r *http.Request) *spec.Response {
sub := spec.NewResponse()
sub.Genres = &spec.Genres{}