We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7644da commit 4d546efCopy full SHA for 4d546ef
1 file changed
taskinfo.go
@@ -33,7 +33,7 @@ type (
33
TaskID string
34
TaskType string
35
IsRun bool
36
- Handler TaskHandle
+ Handler TaskHandle `json:"-"`
37
DueTime int64
38
Interval int64
39
Express string
0 commit comments