validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.
| 146 | |
| 147 | // validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces. |
| 148 | type validatorConfig struct { |
| 149 | data map[string]any |
| 150 | } |
| 151 | |
| 152 | // newValidatorConfig initializes the validator config with default values for core CEL validators. |
| 153 | func newValidatorConfig() *validatorConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected