Add ExternalInformation core service (not a great name, I know)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type ArtistInfo struct {
|
||||
ID string
|
||||
Name string
|
||||
Bio string
|
||||
Similar []Artist
|
||||
SmallImageUrl string
|
||||
MediumImageUrl string
|
||||
LargeImageUrl string
|
||||
}
|
||||
Reference in New Issue
Block a user