updated deployinstancelist logic
Former-commit-id: 2be82315a1c11d3aded5202ca97487720ed97c60
This commit is contained in:
parent
91bfc6e6b3
commit
73bd1a7f08
|
@ -114,8 +114,8 @@ func (l *DeployInstanceListLogic) GenerateDeployTasks(tasklist []*models.AiDeplo
|
||||||
}
|
}
|
||||||
|
|
||||||
type DeployTask struct {
|
type DeployTask struct {
|
||||||
Id int64 `json:"id,string"`
|
Id int64 `json:"id,string"`
|
||||||
Name string `json:"name,string"`
|
Name string
|
||||||
Desc string `json:"desc,string"`
|
Desc string
|
||||||
Instances []*models.AiInferDeployInstance `json:"instances,string"`
|
Instances []*models.AiInferDeployInstance `json:"instances,string"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue