Create SliceRentalManager and SliceAssignmentManager traits #27
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/projectmycelium_marketplace#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Slice rental and slice assignment operations bypass ServiceProvider entirely because no traits exist for these domains. Controllers use
SliceRentalService::builder()andSliceAssignmentService::builder()directly.New traits needed
SliceRentalManager (~3 methods)
SliceAssignmentManager (~6 methods)
Implementation
src/services/traits/mod.rsServiceProviderstruct insrc/services/provider.rssrc/services/impl_fixtures/src/services/impl_hero/fixtures()andhero()factory methods