Merge pull request 'updated deployinstancelist logics' (#300) from tzwang/pcm-coordinator:master into master
Former-commit-id: 55a199ee4607fd7a984b6b36da1b94daf1df2cf5
This commit is contained in:
commit
067277fd8c
|
@ -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