quintodrome/domain/artist.go

6 lines
68 B
Go
Raw Normal View History

2016-03-02 05:07:24 -09:00
package domain
type Artist struct {
2016-02-28 09:50:05 -09:00
Id string
Name string
}