Merge pull request #23 from marineam/trivial

protocol: remove stray Event type
This commit is contained in:
Yifan Gu 2017-05-05 12:03:41 -07:00 committed by GitHub
commit a81e2c0792
1 changed files with 0 additions and 8 deletions

View File

@ -237,14 +237,6 @@ type OS struct {
Arch string `xml:"arch,attr,omitempty"`
}
type Event struct {
Type EventType `xml:"eventtype,attr"`
Result EventResult `xml:"eventresult,attr"`
PreviousVersion string `xml:"previousversion,attr,omitempty"`
ErrorCode string `xml:"errorcode,attr,omitempty"`
Status string `xml:"status,attr,omitempty"`
}
type URL struct {
CodeBase string `xml:"codebase,attr"`
}