Current section
Files
Jump to
Current section
Files
src/cfclient_evaluator_operators.hrl
%% @doc
%% Define operators for rule matching.
%% @end
% Group Rule Association Operator - camel case from ff-server
-define(SEGMENT_MATCH_OPERATOR, <<"segmentMatch">>).
%% Custom Rule Operators
-define(EQUAL_OPERATOR, <<"equal">>).
-define(EQUAL_SENSITIVE_OPERATOR, <<"equal_sensitive">>).
-define(STARTS_WITH_OPERATOR, <<"starts_with">>).
-define(ENDS_WITH_OPERATOR, <<"ends_with">>).
-define(CONTAINS_OPERATOR, <<"contains">>).
-define(IN_OPERATOR, <<"in">>).