1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-06-18 19:53:10 +08:00
parent 39d7ebd93d
commit d6c884067e
2 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ type Job struct {
CreatedBy int `json:"created_by"`
Locality int `json:"locality"`
Status State `json:"status"`
NumberGPU int `json:"number_GPU"`
}
type Task struct {