implemented oclib and generates argo yaml

This commit is contained in:
pb
2024-08-02 13:34:39 +02:00
parent 9ecea6dece
commit aaac37a883
14 changed files with 955 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package workflow_builder
import (
"testing"
)
func TestGetGraph(t *testing.T){
w := WorflowDB{}
w.LoadFrom("test-log")
}