Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val lifecycles : Sihl_core.Container.Lifecycle.t list
val search :
[< `Desc | `Asc ] ->
string option ->
int ->
(Sihl_user.User_repo.Model.t list * int) Lwt.t
val get : id:string -> Sihl_user.User_repo.Model.t option Lwt.t
val get_by_email : email:string -> Sihl_user.User_repo.Model.t option Lwt.t
val insert : user:Sihl_user.User_repo.Model.t -> unit Lwt.t
val update : user:Sihl_user.User_repo.Model.t -> unit Lwt.t