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

Interface ASTValidatorConfigurer

cel/validator.go:159–161  ·  view source on GitHub ↗

ASTValidatorConfigurer indicates that this object, currently expected to be an ASTValidator, participates in validator configuration settings. This interface may be split from the expectation of being an ASTValidator instance in the future.

Source from the content-addressed store, hash-verified

157//
158// This interface may be split from the expectation of being an ASTValidator instance in the future.
159type ASTValidatorConfigurer interface {
160 Configure(MutableValidatorConfig) error
161}
162
163// validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.
164type validatorConfig struct {

Callers 1

CheckMethod · 0.65

Implementers 3

stringFormatValidatorV2ext/formatting_v2.go
stringFormatValidatorext/formatting.go

Calls

no outgoing calls

Tested by

no test coverage detected