add shared workspace logic
This commit is contained in:
@@ -13,6 +13,9 @@ const (
|
||||
WORKFLOW_EXECUTION
|
||||
WORKSPACE
|
||||
RESOURCE_MODEL
|
||||
PEER
|
||||
SHARED_WORKSPACE
|
||||
RULE
|
||||
)
|
||||
|
||||
var Str = [...]string{
|
||||
@@ -26,6 +29,9 @@ var Str = [...]string{
|
||||
"workflow_execution",
|
||||
"workspace",
|
||||
"resource_model",
|
||||
"peer",
|
||||
"shared_workspace",
|
||||
"rule",
|
||||
}
|
||||
|
||||
func FromInt(i int) string {
|
||||
|
Reference in New Issue
Block a user