(MutableValidatorConfig)
| 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. |
no outgoing calls
no test coverage detected