You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So to avoid e.g. Limit::new -> Result<Limit, LimitadorError> when parsing CEL conditions. Probably allow for injection and have helper method (e.g. leveraging TryFrom<&str> for Condition being exposed in the builder?)
The text was updated successfully, but these errors were encountered:
So to avoid e.g.
Limit::new -> Result<Limit, LimitadorError>
when parsing CEL conditions. Probably allow for injection and have helper method (e.g. leveragingTryFrom<&str> for Condition
being exposed in the builder?)The text was updated successfully, but these errors were encountered: