added slice of Events to App

Conflicts:

	omaha.go
This commit is contained in:
Joshua Deare 2013-06-24 13:44:03 -07:00
parent 93efcffd31
commit abe423bc6a

View file

@ -70,7 +70,7 @@ type App struct {
XMLName xml.Name `xml:"app"`
Ping *Ping `xml:"ping"`
UpdateCheck *UpdateCheck `xml:"updatecheck"`
Event *Event `xml:"event"`
Event *[]Event `xml:"event"`
Id string `xml:"appid,attr,omitempty"`
Version string `xml:"version,attr,omitempty"`
NextVersion string `xml:"nextversion,attr,omitempty"`