chore(omaha): group the update engine extensions together

This commit is contained in:
Brandon Philips 2013-07-02 09:47:19 -07:00
parent 5140f37b40
commit ac9df07313
1 changed files with 3 additions and 1 deletions

View File

@ -77,9 +77,11 @@ type App struct {
Lang string `xml:"lang,attr,omitempty"`
Client string `xml:"client,attr,omitempty"`
InstallAge string `xml:"installage,attr,omitempty"`
Status string `xml:"status,attr,omitempty"`
// update engine extensions
Track string `xml:"track,attr,omitempty"`
FromTrack string `xml:"from_track,attr,omitempty"`
Status string `xml:"status,attr,omitempty"`
}
func NewApp(id string) *App {