Module generic

Source
Expand description

Implement a generic filter operator to support filter such as name="John" as a combination of (key, operator, value) Supported operators are =, <, <=, >, >=

Structs§

Filter

Enums§

Operator