X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/03a0562aedc85d2f5fd3ded8830e8948051c0331..3d2b1ba10a5739e49d26658fa7aaf090dbd6ed44:/lib/crunchrun/executor.go diff --git a/lib/crunchrun/executor.go b/lib/crunchrun/executor.go index 0a65f4d634..1ed460acd9 100644 --- a/lib/crunchrun/executor.go +++ b/lib/crunchrun/executor.go @@ -62,4 +62,6 @@ type containerExecutor interface { // Name and version of runtime engine ("docker 20.10.16", "singularity-ce version 3.9.9") Runtime() string + + GatewayTarget }