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

Struct validatorConfig

cel/validator.go:148–150  ·  view source on GitHub ↗

validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected