data change for resource struct

This commit is contained in:
mr
2025-01-14 09:15:50 +01:00
parent 78157b80d2
commit f30076e0f5
7 changed files with 38 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ import (
* it defines the resource compute
*/
type ComputeResource struct {
AbstractResource[*ComputeResourceInstance]
AbstractIntanciatedResource[*ComputeResourceInstance]
Architecture string `json:"architecture,omitempty" bson:"architecture,omitempty"` // Architecture is the architecture
Infrastructure common.InfrastructureType `json:"infrastructure,omitempty" bson:"infrastructure,omitempty"`
}