add history

This commit is contained in:
mr
2024-10-02 11:35:22 +02:00
parent 3c1a84011e
commit 93903b4938
23 changed files with 140 additions and 63 deletions

View File

@@ -18,6 +18,8 @@ const (
COLLABORATIVE_AREA
RULE
BOOKING
WORKFLOW_HISTORY
WORKSPACE_HISTORY
)
var NOAPI = ""
@@ -44,6 +46,8 @@ var DefaultAPI = [...]string{
SHAREDAPI,
SHAREDAPI,
DATACENTERAPI,
NOAPI,
NOAPI,
}
// Bind the standard data name to the data type
@@ -62,6 +66,8 @@ var Str = [...]string{
"shared_workspace",
"rule",
"booking",
"workflow_history",
"workspace_history",
}
func FromInt(i int) string {