MCPcopy Create free account
hub / github.com/cel-expr/cel-go / validatorConfig

Struct validatorConfig

cel/validator.go:175–177  ·  view source on GitHub ↗

validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected