This commit is contained in:
2023-08-24 11:19:48 +08:00
parent dcd2281f33
commit 87f8651bed
2 changed files with 10 additions and 5 deletions

View File

@ -19,6 +19,10 @@ type Config struct {
ForbiddenCallback bool
// Param 任务执行参数
Param map[string]interface{}
// TaskName 任务名称
TaskName string
// Async 是否异步
Async bool
}
// Result 执行结果