conditions icon indicating copy to clipboard operation
conditions copied to clipboard

Minimalist rules engine for Golang

Results 3 conditions issues
Sort by recently updated
recently updated
newest added

This is related to this libraries use of Flagr, but I don't feel like the Flagr code is treating it incorrectly. Essentially, if you do a CONTAINS test with a...

I'm trying to use nested args. e.g.: "{ "EventData" : { "Count" : 2, "sum" : 3, }, } " and my expression is: `({EventData}{Count} > 3)` But I'm getting...

I'm about to use this library as rules engine. I have found there is a code related `time.Time` and `time.Duration` (it's int64 anyway) but it is not used. ``` //...