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