瀏覽代碼

fix: tests

Yeuoly 11 月之前
父節點
當前提交
fbff0c302a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      internal/types/entities/runtime.go

+ 0 - 1
internal/types/entities/runtime.go

@@ -77,7 +77,6 @@ type (
 
 	PluginRuntimeDockerInterface interface {
 		// returns the docker image and the delete function, always call the delete function when the image is no longer needed
-		DockerImage() (string, func(), error)
 	}
 )