navidrome/models/artist.go

6 lines
62 B
Go

package models
type Artist struct {
Id string
Name string
}