package sihl-web
-
sihl-web
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Sihl_core.Container.Service.Sig
val lifecycle : Sihl_core.Container.Lifecycle.t
val set_value :
Sihl_type.Session.t ->
k:string ->
v:string option ->
unit Lwt.t
val find_value : Sihl_type.Session.t -> string -> string option Lwt.t
val create : (string * string) list -> Sihl_type.Session.t Lwt.t
val find_opt : string -> Sihl_type.Session.t option Lwt.t
val find : string -> Sihl_type.Session.t Lwt.t
val find_all : unit -> Sihl_type.Session.t list Lwt.t
val register : unit -> Sihl_core.Container.Service.t