Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Web : sig ... end
val search :
?sort:[ `Asc | `Desc ] ->
?filter:string ->
int ->
(Sihl__Contract_user.t list * int) Lwt.t
val find_opt : user_id:string -> Sihl__Contract_user.t option Lwt.t
val find : user_id:string -> Sihl__Contract_user.t Lwt.t
val find_by_email : email:string -> Sihl__Contract_user.t Lwt.t
val find_by_email_opt : email:string -> Sihl__Contract_user.t option Lwt.t
val update_details :
user:Sihl__Contract_user.t ->
email:string ->
username:string option ->
Sihl__Contract_user.t Lwt.t
val create_user :
email:string ->
password:string ->
username:string option ->
Sihl__Contract_user.t Lwt.t
val create_admin :
email:string ->
password:string ->
username:string option ->
Sihl__Contract_user.t Lwt.t