1
0
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:
Tim Voronov
2018-09-25 11:43:58 -04:00
parent 2a1bac6650
commit 64d0f585b4
15 changed files with 531 additions and 156 deletions

View File

@ -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,
}
}