feat: fix agent logger display
This commit is contained in:
@@ -17,6 +17,8 @@ type Task interface {
|
||||
GetName() string
|
||||
GetCommand() string
|
||||
GetTimeout() int
|
||||
GetWorkDir() string
|
||||
GetEnvs() string
|
||||
}
|
||||
|
||||
// CronTask 计划任务接口
|
||||
|
||||
Reference in New Issue
Block a user