소스 검색

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)
 	}
 )