Module minerva_user::repository
source · [−]Expand description
This module wraps the repository which handles the user DTOs.
Constants
Default page size of a user list.
Functions
Creates a new user, for a given requestor, which shall also be a user.
Deletes a user, for a given requestor, which shall also be a user.
Grabs a list of users, paged. Expects a page number. If none or a negative
value is provided, returns page 0.
Grabs a specific user, given its ID on the database.
Updates the data for a user, for a given requestor, which shall also be a user.