Add virtual packages support

This commit is contained in:
Ettore Di Giacinto
2021-01-03 20:08:04 +01:00
parent f2ba9e02d7
commit 457acd0d8a
10 changed files with 114 additions and 20 deletions

View File

@@ -178,6 +178,10 @@ type CompilationSpec interface {
SetPackageDir(string)
GetPackageDir() string
EmptyPackage() bool
UnpackedPackage() bool
HasImageSource() bool
}
type CompilationSpecs interface {