chore(omaha): group the update engine extensions together
This commit is contained in:
parent
5140f37b40
commit
ac9df07313
1 changed files with 3 additions and 1 deletions
|
@ -77,9 +77,11 @@ type App struct {
|
||||||
Lang string `xml:"lang,attr,omitempty"`
|
Lang string `xml:"lang,attr,omitempty"`
|
||||||
Client string `xml:"client,attr,omitempty"`
|
Client string `xml:"client,attr,omitempty"`
|
||||||
InstallAge string `xml:"installage,attr,omitempty"`
|
InstallAge string `xml:"installage,attr,omitempty"`
|
||||||
|
Status string `xml:"status,attr,omitempty"`
|
||||||
|
|
||||||
|
// update engine extensions
|
||||||
Track string `xml:"track,attr,omitempty"`
|
Track string `xml:"track,attr,omitempty"`
|
||||||
FromTrack string `xml:"from_track,attr,omitempty"`
|
FromTrack string `xml:"from_track,attr,omitempty"`
|
||||||
Status string `xml:"status,attr,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewApp(id string) *App {
|
func NewApp(id string) *App {
|
||||||
|
|
Loading…
Add table
Reference in a new issue