added slice of Events to App
Conflicts: omaha.go
This commit is contained in:
parent
93efcffd31
commit
abe423bc6a
1 changed files with 1 additions and 1 deletions
2
omaha.go
2
omaha.go
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue