This commit is contained in:
mr
2025-01-14 08:17:22 +01:00
parent a0f436b3e1
commit 1c32cd2d12
4 changed files with 17 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ type ShallowResourceInterface interface {
type ResourceInterface interface {
utils.DBObject
Trim()
Transform() utils.DBObject
ConvertToPricedResource(t tools.DataType, request *tools.APIRequest) pricing.PricedItemITF
SetAllowedInstances(request *tools.APIRequest)
SetResourceModel(model *resource_model.ResourceModel)