added isActive field to App

This commit is contained in:
Joshua Deare 2013-07-03 10:51:51 -07:00
parent c2c4ee6b06
commit a6227e04bf
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ type App struct {
Client string `xml:"client,attr,omitempty"`
InstallAge string `xml:"installage,attr,omitempty"`
Status string `xml:"status,attr,omitempty"`
IsActive bool 'xml:"IsActive,attr"'
// update engine extensions
Track string `xml:"track,attr,omitempty"`