validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.
| 173 | |
| 174 | // validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces. |
| 175 | type validatorConfig struct { |
| 176 | data map[string]any |
| 177 | } |
| 178 | |
| 179 | // newValidatorConfig initializes the validator config with default values for core CEL validators. |
| 180 | func newValidatorConfig() *validatorConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected