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 ->
limit:int ->
offset:int ->
(Sihl.Contract.User.t list * int) Lwt.t
val get : string -> Sihl.Contract.User.t option Lwt.t
val get_by_email : string -> Sihl.Contract.User.t option Lwt.t
val insert : Sihl.Contract.User.t -> unit Lwt.t
val update : Sihl.Contract.User.t -> unit Lwt.t