Files
navidrome/responses/license.go
T
2016-02-24 12:02:38 -05:00

8 lines
130 B
Go

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