Name returns the name of the cel.bind nesting limit validator.
()
| 480 | |
| 481 | // Name returns the name of the cel.bind nesting limit validator. |
| 482 | func (v bindNestingLimitValidator) Name() string { |
| 483 | return bindNestingLimitValidatorName |
| 484 | } |
| 485 | |
| 486 | // ToConfig converts the ASTValidator to an env.Validator specifying the validator name and the nesting limit |
| 487 | // as an integer value: {"limit": int} |