Adding Workspace Logic
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user