= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val set_value :
Sihl_contract__Session.t ->
k:string ->
v:string option ->
unit Lwt.t
val find_value : Sihl_contract__Session.t -> string -> string option Lwt.t
val create : (string * string) list -> Sihl_contract__Session.t Lwt.t
val find_opt : string -> Sihl_contract__Session.t option Lwt.t
val find : string -> Sihl_contract__Session.t Lwt.t
val find_all : unit -> Sihl_contract__Session.t list Lwt.t
val register : unit -> Sihl_core.Container.Service.t