(name string, value any)
| 150 | type MutableValidatorConfig interface { |
| 151 | ValidatorConfig |
| 152 | Set(name string, value any) error |
| 153 | } |
| 154 | |
| 155 | // ASTValidatorConfigurer indicates that this object, currently expected to be an ASTValidator, |
no outgoing calls