X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/68b9c7d30c7f47f8a9f9cff8a327fa9a3812d4da..beec7ed54cc2f355480ab0dc0eab439b56537d6e:/lib/crunchrun/executor.go?ds=sidebyside diff --git a/lib/crunchrun/executor.go b/lib/crunchrun/executor.go index 65bf7427b9..b7c341f318 100644 --- a/lib/crunchrun/executor.go +++ b/lib/crunchrun/executor.go @@ -58,4 +58,7 @@ type containerExecutor interface { // Release resources (temp dirs, stopped containers) Close() + + // Name of runtime engine ("docker", "singularity") + Runtime() string }