draft of compute units catalog

This commit is contained in:
mr
2025-06-17 16:14:44 +02:00
parent 9e52663261
commit 0b0952b28c
2 changed files with 19 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ type ResourceInstanceITF interface {
GetPricingsProfiles(peerID string, groups []string) []pricing.PricingProfileITF
GetPeerGroups() ([]ResourcePartnerITF, []map[string][]string)
ClearPeerGroups()
GetSelectedPartnership() ResourcePartnerITF
GetPartnerships(peerID string, groups []string) []ResourcePartnerITF
}