ListPlans

class ListPlans @Inject constructor(plansRepo: PlansRepo)

Use case for listing plans for a user.

Constructors

Link copied to clipboard
@Inject
constructor(plansRepo: PlansRepo)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun invoke(userId: UUID, page: Long): ListPlansResponse

Retrieves all plans for a given user.