Get on Workspace auto load full data
This commit is contained in:
@@ -3,12 +3,11 @@ package datacenter
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
resources "cloud.o-forge.io/core/oc-lib/models/resources"
|
||||
"cloud.o-forge.io/core/oc-lib/models/utils"
|
||||
)
|
||||
|
||||
type DatacenterResource struct {
|
||||
resources.AbstractResource
|
||||
utils.AbstractResource
|
||||
BookingPrice int `bson:"booking_price,omitempty" json:"booking_price,omitempty"`
|
||||
|
||||
CPU *DatacenterCpuModel `bson:"cpu,omitempty" json:"cpu,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user