Merge pull request #23 from marineam/trivial
protocol: remove stray Event type
This commit is contained in:
commit
a81e2c0792
1 changed files with 0 additions and 8 deletions
|
@ -237,14 +237,6 @@ type OS struct {
|
||||||
Arch string `xml:"arch,attr,omitempty"`
|
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 {
|
type URL struct {
|
||||||
CodeBase string `xml:"codebase,attr"`
|
CodeBase string `xml:"codebase,attr"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue