pgpainless/sequoia-wot-vectors/src/test/kotlin/org/sequoia_pgp/wot/suite/ExecutionCallback.kt

7 lines
205 B
Kotlin

package org.sequoia_pgp.wot.suite
import org.sequoia_pgp.wot.vectors.ArtifactVectors
interface ExecutionCallback {
fun execute(vectors: ArtifactVectors, arguments: Array<String>): Pair<String, Int>
}