master
Evan Chen 2021-12-17 17:13:00 +08:00
parent fab98f88f4
commit e938ae6101
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ type Task struct {
// and a interface to carry value will be provided as the first argument // and a interface to carry value will be provided as the first argument
// args will be passed after carry, in order to normalize, // args will be passed after carry, in order to normalize,
// it is suggested to use strings or other simple types // it is suggested to use strings or other simple types
Func func(c *interface{}, args ...interface{}) error Func func(c *interface{}, args ...interface{}) error `json:"-"`
} }
type _task struct { type _task struct {