initial import
This commit is contained in:
7
core/executors/vars.go
Normal file
7
core/executors/vars.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package executors
|
||||
|
||||
import "time"
|
||||
|
||||
const defaultFlushInterval = time.Second
|
||||
|
||||
type Execute func(tasks []interface{})
|
||||
Reference in New Issue
Block a user