toggle menu
Karya
jvm
switch theme
search in API
servers-server
/
karya.servers.server.domain.usecases.external
/
ListPlans
List
Plans
class
ListPlans
@
Inject
constructor
(
plansRepo
:
PlansRepo
)
Use case for listing plans for a user.
Members
Constructors
List
Plans
Link copied to clipboard
@
Inject
constructor
(
plansRepo
:
PlansRepo
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
suspend
fun
invoke
(
userId
:
UUID
,
page
:
Long
)
:
ListPlansResponse
Retrieves all plans for a given user.