mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
update
This commit is contained in:
@@ -31,6 +31,7 @@ type Job struct {
|
||||
|
||||
type Task struct {
|
||||
Name string `json:"name"`
|
||||
Job string `json:"job_name"`
|
||||
Image string `json:"image"`
|
||||
Cmd string `json:"cmd"`
|
||||
NumberCPU int `json:"cpu_number"`
|
||||
|
||||
Reference in New Issue
Block a user