1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-05 00:49:00 +02:00

Refactoring/new event broker (#127)

* Refactored EventBroker
* Improved event loop cancellation
This commit is contained in:
Tim Voronov
2018-10-15 17:17:15 -04:00
committed by GitHub
parent e64eb18ccf
commit 1d6a23fa96
6 changed files with 605 additions and 202 deletions

View File

@ -31,7 +31,7 @@ func NewLib() map[string]core.Function {
"SUBSTITUTE": Substitute,
"SUBSTRING": Substring,
"TO_BASE64": ToBase64,
"FROM_BASE64": FromBase64,
"FROM_BASE64": FromBase64,
"TRIM": Trim,
"UPPER": Upper,
}