added template generation to argo builder

This commit is contained in:
pb
2024-05-06 17:01:48 +02:00
parent c79b693ba3
commit 6b6c54795c
3 changed files with 89 additions and 7 deletions

View File

@@ -266,7 +266,7 @@ func (g *Graph) ExportToArgo(id string) error {
argo_builder := ArgoBuilder{graph : *g, branches: list_branches}
argo_builder.CreateDAG()
return nil
return nil
}
// Return a list containing the IDs of each link that make up a branch in the graph