update
parent
fab98f88f4
commit
e938ae6101
|
@ -43,7 +43,7 @@ type Task struct {
|
|||
// and a interface to carry value will be provided as the first argument
|
||||
// args will be passed after carry, in order to normalize,
|
||||
// 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 {
|
||||
|
|
Loading…
Reference in New Issue