chore: update scheduler execute command log

This commit is contained in:
engigu
2026-05-08 22:07:38 +08:00
parent a3871e75b7
commit 93b193439f
4 changed files with 106 additions and 81 deletions
+1
View File
@@ -67,6 +67,7 @@ type ExecutionRequest struct {
Name string // 任务名称
Type TaskType // 任务类型
Command string // 命令
MaskedCommand string // 脱敏后的命令(用于日志和展示)
PreCommand string // 前置命令
PostCommand string // 后置命令
WorkDir string // 工作目录