Parameter Make.SessionService
val create : Core.Ctx.t -> (string * string) list -> Session__.Model.t Lwt.tval set :
Core.Ctx.t ->
Session__.Model.t ->
key:string ->
value:string ->
unit Lwt.tval unset : Core.Ctx.t -> Session__.Model.t -> key:string -> unit Lwt.tval get : Core.Ctx.t -> Session__.Model.t -> key:string -> string option Lwt.tval find_opt : Core.Ctx.t -> key:string -> Session__.Model.t option Lwt.tval find : Core.Ctx.t -> key:string -> Session__.Model.t Lwt.tval find_all : Core.Ctx.t -> Session__.Model.t list Lwt.t