nullable itemresource
This commit is contained in:
parent
c4448fd3af
commit
51f3a320b3
@ -28,9 +28,9 @@ type ResourceSet struct {
|
||||
}
|
||||
|
||||
type ItemResource struct {
|
||||
Data data.DataResource `bson:"data,omitempty" json:"data,omitempty"`
|
||||
Processing processing.ProcessingResource `bson:"processing,omitempty" json:"processing,omitempty"`
|
||||
Storage storage.StorageResource `bson:"storage,omitempty" json:"storage,omitempty"`
|
||||
Datacenter datacenter.DatacenterResource `bson:"datacenter,omitempty" json:"datacenter,omitempty"`
|
||||
Workflow w.WorkflowResource `bson:"workflow,omitempty" json:"workflow,omitempty"`
|
||||
Data *data.DataResource `bson:"data,omitempty" json:"data,omitempty"`
|
||||
Processing *processing.ProcessingResource `bson:"processing,omitempty" json:"processing,omitempty"`
|
||||
Storage *storage.StorageResource `bson:"storage,omitempty" json:"storage,omitempty"`
|
||||
Datacenter *datacenter.DatacenterResource `bson:"datacenter,omitempty" json:"datacenter,omitempty"`
|
||||
Workflow *w.WorkflowResource `bson:"workflow,omitempty" json:"workflow,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user