booking start intelligency

This commit is contained in:
mr
2024-08-12 14:18:13 +02:00
parent eea7f25379
commit 93b10de61d
6 changed files with 272 additions and 35 deletions

View File

@@ -16,6 +16,7 @@ const (
PEER
SHARED_WORKSPACE
RULE
BOOKING
)
var Str = [...]string{
@@ -32,6 +33,7 @@ var Str = [...]string{
"peer",
"shared_workspace",
"rule",
"booking",
}
func FromInt(i int) string {