Yeuoly hai 11 meses
pai
achega
fbff0c302a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)
 	}
 )