Files
navidrome/domain/artist.go
T
2016-03-02 09:10:28 -05:00

6 lines
68 B
Go

package domain
type Artist struct {
Id string
Name string
}