Annotate artifact metadata after compiling

This commit is contained in:
Ettore Di Giacinto
2019-11-22 21:01:29 +01:00
parent d134690560
commit df78308e98
7 changed files with 69 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ type Artifact interface {
SetCompileSpec(as CompilationSpec)
GetCompileSpec() CompilationSpec
WriteYaml(dst string) error
}
type ArtifactNode struct {