Verify Resource integrity base struct

This commit is contained in:
mr
2026-02-09 10:03:40 +01:00
parent b9e7ce20b6
commit c2aa2fedaa
2 changed files with 6 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ type AbstractResource struct {
Owners []utils.Owner `json:"owners,omitempty" bson:"owners,omitempty"` // Owners is the list of owners of the resource
UsageRestrictions string `bson:"usage_restrictions,omitempty" json:"usage_restrictions,omitempty"`
AllowedBookingModes map[booking.BookingMode]*pricing.PricingVariation `bson:"allowed_booking_modes" json:"allowed_booking_modes"`
Signature string `bson:"signature" json:"signature"`
}
func (abs *AbstractResource) FilterPeer(peerID string) *dbs.Filters {