package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Service.MakeSource

Parameters

module Repo : Sig.REPO

Signature

Sourceval create : Sihl_core.Ctx.t -> (string * string) list -> Sihl_session__.Model.t Lwt.t
Sourceval set : Sihl_core.Ctx.t -> Sihl_session__.Model.t -> key:string -> value:string -> unit Lwt.t
Sourceval unset : Sihl_core.Ctx.t -> Sihl_session__.Model.t -> key:string -> unit Lwt.t
Sourceval get : Sihl_core.Ctx.t -> Sihl_session__.Model.t -> key:string -> string option Lwt.t
Sourceval find_opt : Sihl_core.Ctx.t -> key:string -> Sihl_session__.Model.t option Lwt.t
Sourceval find : Sihl_core.Ctx.t -> key:string -> Sihl_session__.Model.t Lwt.t
Sourceval find_all : Sihl_core.Ctx.t -> Sihl_session__.Model.t list Lwt.t
OCaml

Innovation. Community. Security.