All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freenow.sauron.plugins.protocw.Validator.kt Maven / Gradle / Ivy

The newest version!
package com.freenow.sauron.plugins.protocw

import arrow.core.Either
import java.nio.file.Path

interface Validator {
    fun check(repository: Path): Either
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy