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