Files
navidrome/models/artist.go
T
2016-02-26 01:32:31 -05:00

6 lines
62 B
Go

package models
type Artist struct {
Id string
Name string
}