mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
8 lines
130 B
Go
8 lines
130 B
Go
package responses
|
|
|
|
import "encoding/xml"
|
|
|
|
type License struct {
|
|
XMLName xml.Name `xml:"license"`
|
|
Valid bool `xml:"valid,attr"`
|
|
} |