validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.
| 162 | |
| 163 | // validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces. |
| 164 | type validatorConfig struct { |
| 165 | data map[string]any |
| 166 | } |
| 167 | |
| 168 | // newValidatorConfig initializes the validator config with default values for core CEL validators. |
| 169 | func newValidatorConfig() *validatorConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected