Adding Workspace Logic

This commit is contained in:
mr
2024-07-25 09:28:55 +02:00
parent 51e94e73e5
commit 094ae0a7f0
8 changed files with 203 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ const (
WORKFLOW_RESOURCE
WORKFLOW
WORKFLOW_EXECUTION
WORKSPACE
)
var str = [...]string{
@@ -22,6 +23,7 @@ var str = [...]string{
"workflow_resource",
"workflow",
"workflow_execution",
"workspace",
}
func FromInt(i int) string {