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-11 10:02:02 +08:00
parent c6c7166475
commit a1102e61db
4 changed files with 10 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ type Job struct {
}
type Task struct {
ID string `json:"id"`
Name string `json:"name"`
Job string `json:"job_name"`
Image string `json:"image"`