navidrome/api/responses/license.go
2016-02-25 18:52:07 -05:00

9 lines
137 B
Go

package responses
import "encoding/xml"
type License struct {
XMLName xml.Name `xml:"license"`
Valid bool `xml:"valid,attr"`
}