Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Add Gt, Gte, Lt, Lte operators #101

Closed
asdine opened this issue Apr 1, 2019 · 0 comments
Closed

Add Gt, Gte, Lt, Lte operators #101

asdine opened this issue Apr 1, 2019 · 0 comments
Assignees
Milestone

Comments

@asdine
Copy link
Contributor

asdine commented Apr 1, 2019

Same behaviour as

regula/rule/eq_expr.go

Lines 8 to 14 in b79b8ed

func init() {
Operators["eq"] = func() Operator { return newExprEq() }
Operators["lt"] = func() Operator { return newExprLT() }
Operators["gt"] = func() Operator { return newExprGT() }
Operators["lte"] = func() Operator { return newExprLTE() }
Operators["gte"] = func() Operator { return newExprGTE() }
}

@asdine asdine added this to the v0.6.0 milestone Apr 1, 2019
@yaziine yaziine self-assigned this Apr 2, 2019
This was referenced Apr 2, 2019
@asdine asdine closed this as completed Apr 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants