Merge 460875beca
into c2c4ee6b06
This commit is contained in:
commit
7edc5486da
1 changed files with 3 additions and 2 deletions
|
@ -78,10 +78,11 @@ 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:"-"`
|
||||||
|
|
||||||
// update engine extensions
|
// 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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewApp(id string) *App {
|
func NewApp(id string) *App {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue