Add WIP Compiler steps for rootfs

This commit is contained in:
Ettore Di Giacinto
2019-11-08 19:57:23 +01:00
parent 4ea8f26878
commit 0672dd792e
2 changed files with 38 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ package compiler
import pkg "github.com/mudler/luet/pkg/package"
type Compiler interface {
Compile(CompilationSpec) (*Artifact, error)
Compile(CompilationSpec) (Artifact, error)
FromPackage(pkg.Package) (CompilationSpec, error)
SetBackend(CompilerBackend)