17813: continue refactor & fix tests
[arvados.git] / lib / crunchrun / executor.go
index 787edda010a139954fcb2731da7e807de9933c7f..65bf7427b9601c465fb21d811c5cb79d2d41a0f8 100644 (file)
@@ -36,8 +36,8 @@ type containerSpec struct {
 type containerExecutor interface {
        // ImageLoad loads the image from the given tarball such that
        // it can be used to create/start a container.
-       LoadImage(imageID string, container arvados.Container, keepMount string,
-               containerClient *arvados.Client, keepClient IKeepClient) error
+       LoadImage(imageID string, imageTarballPath string, container arvados.Container, keepMount string,
+               containerClient *arvados.Client) error
 
        // Wait for the container process to finish, and return its
        // exit code. If applicable, also remove the stopped container