recconf/validator.go (
4
lines of code) (
raw
):
package recconf type Validator interface { Validate() error }