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.
| 157 | // |
| 158 | // This interface may be split from the expectation of being an ASTValidator instance in the future. |
| 159 | type ASTValidatorConfigurer interface { |
| 160 | Configure(MutableValidatorConfig) error |
| 161 | } |
| 162 | |
| 163 | // validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces. |
| 164 | type validatorConfig struct { |
no outgoing calls
no test coverage detected