quintodrome/api/responses/license.go

9 lines
137 B
Go
Raw Normal View History

package responses
2016-02-24 08:00:55 -09:00
import "encoding/xml"
2016-02-24 08:00:55 -09:00
type License struct {
XMLName xml.Name `xml:"license"`
2016-02-25 14:52:07 -09:00
Valid bool `xml:"valid,attr"`
}