added isActive field to App
This commit is contained in:
parent
c2c4ee6b06
commit
a6227e04bf
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ type App struct {
|
||||||
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"`
|
Status string `xml:"status,attr,omitempty"`
|
||||||
|
IsActive bool 'xml:"IsActive,attr"'
|
||||||
|
|
||||||
// update engine extensions
|
// update engine extensions
|
||||||
Track string `xml:"track,attr,omitempty"`
|
Track string `xml:"track,attr,omitempty"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue