mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-17 01:32:22 +02:00
Added possibility to dispatch events on node
This commit is contained in:
@ -4,7 +4,7 @@ import "github.com/MontFerret/ferret/pkg/runtime/core"
|
||||
|
||||
func NewLib() map[string]core.Function {
|
||||
return map[string]core.Function{
|
||||
"SLEEP": Sleep,
|
||||
"LOG": Log,
|
||||
"WAIT": Wait,
|
||||
"LOG": Log,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user