quintodrome/controllers/responses/license.go

8 lines
130 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"`
Valid bool `xml:"valid,attr"`
}