1
This commit is contained in:
@ -10,7 +10,9 @@ import (
|
||||
// 字典 key 可以配置到 自动任务 调用目标 中;
|
||||
func InitJob() {
|
||||
jobList = map[string]JobExec{
|
||||
"ExamplesOne": ExamplesOne{},
|
||||
"ExamplesOne": ExamplesOne{},
|
||||
"TransferStatusJob": TransferStatusJob{},
|
||||
"TransferJob": TransferJob{},
|
||||
// ...
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user