nil except
This commit is contained in:
		@@ -11,7 +11,8 @@ import (
 | 
			
		||||
type Workspace struct {
 | 
			
		||||
	utils.AbstractObject
 | 
			
		||||
	resources.ResourceSet
 | 
			
		||||
	Active bool `json:"active" bson:"active" default:"false"`
 | 
			
		||||
	IsContextual bool `json:"is_contextual" bson:"is_contextual" default:"false"`
 | 
			
		||||
	Active       bool `json:"active" bson:"active" default:"false"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (ao *Workspace) GetID() string {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user