Name returns the name of the cel.bind nesting limit validator.
()
| 486 | |
| 487 | // Name returns the name of the cel.bind nesting limit validator. |
| 488 | func (v bindNestingLimitValidator) Name() string { |
| 489 | return bindNestingLimitValidatorName |
| 490 | } |
| 491 | |
| 492 | // ToConfig converts the ASTValidator to an env.Validator specifying the validator name and the nesting limit |
| 493 | // as an integer value: {"limit": int} |