add shared workspace logic

This commit is contained in:
mr
2024-08-12 12:03:58 +02:00
parent 6e3069068c
commit 62e245753b
11 changed files with 493 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ type Workspace struct {
resources.ResourceSet
IsContextual bool `json:"is_contextual" bson:"is_contextual" default:"false"`
Active bool `json:"active" bson:"active" default:"false"`
Shared bool `json:"shared" bson:"shared" default:"false"`
}
func (ao *Workspace) GetID() string {