(name string, value any)
| 161 | type MutableValidatorConfig interface { |
| 162 | ValidatorConfig |
| 163 | Set(name string, value any) error |
| 164 | } |
| 165 | |
| 166 | // ASTValidatorConfigurer indicates that this object, currently expected to be an ASTValidator, |
no outgoing calls