Browse Source

fix: tests

Yeuoly 11 months ago
parent
commit
fbff0c302a
1 changed files with 0 additions and 1 deletions
  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)
 	}
 )