priced.GetInstanceID()

This commit is contained in:
mr
2026-02-23 15:22:48 +01:00
parent 5d32b4646a
commit b08bbf51dd
3 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ func (abs *PricedResource) GetID() string {
return abs.ResourceID
}
func (abs *PricedResource) GetInstanceID() string {
return abs.InstanceID
}
func (abs *PricedResource) GetType() tools.DataType {
return abs.ResourceType
}