Added IsActive field to app.
This commit is contained in:
parent
a6227e04bf
commit
460875beca
1 changed files with 3 additions and 3 deletions
|
@ -78,7 +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"'
|
||||
IsActive bool `xml:"-"`
|
||||
|
||||
// update engine extensions
|
||||
Track string `xml:"track,attr,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue