quintodrome/models/artist.go

6 lines
62 B
Go
Raw Normal View History

package models
type Artist struct {
Id string
Name string
}