From 95b2258e2c731ca6053e3b6f6b6355b4fe94e827 Mon Sep 17 00:00:00 2001 From: tzwang Date: Wed, 15 May 2024 17:41:57 +0800 Subject: [PATCH] updated types Former-commit-id: 4e459de0331e4ea2587aafcd2cd93d94b94ecfd7 --- api/internal/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/internal/types/types.go b/api/internal/types/types.go index 8d765cea..a834baf1 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -5624,6 +5624,7 @@ type ScheduleResult struct { TaskId string `json:"taskId"` Card string `json:"card"` Strategy string `json:"strategy"` + JobId string `json:"jobId"` Replica int32 `json:"replica"` Msg string `json:"msg"` }