(name string, value any)
| 134 | type MutableValidatorConfig interface { |
| 135 | ValidatorConfig |
| 136 | Set(name string, value any) error |
| 137 | } |
| 138 | |
| 139 | // ASTValidatorConfigurer indicates that this object, currently expected to be an ASTValidator, |
no outgoing calls