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