rebrand oc-datacenter in oc-compute
This commit is contained in:
		@@ -12,7 +12,7 @@ import (
 | 
			
		||||
// Workspace is a struct that represents a workspace
 | 
			
		||||
type Workspace struct {
 | 
			
		||||
	utils.AbstractObject         // AbstractObject contains the basic fields of an object (id, name)
 | 
			
		||||
	resources.ResourceSet        // ResourceSet contains the resources of the workspace (data, datacenter, processing, storage, workflow)
 | 
			
		||||
	resources.ResourceSet        // ResourceSet contains the resources of the workspace (data, compute, processing, storage, workflow)
 | 
			
		||||
	IsContextual          bool   `json:"is_contextual" bson:"is_contextual" default:"false"` // IsContextual is a flag that indicates if the workspace is contextual
 | 
			
		||||
	Active                bool   `json:"active" bson:"active" default:"false"`               // Active is a flag that indicates if the workspace is active
 | 
			
		||||
	Shared                string `json:"shared,omitempty" bson:"shared,omitempty"`           // Shared is the ID of the shared workspace
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user