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 : (string * string) list -> Sihl_session__.Model.t Lwt.t
Sourceval set : Sihl_session__.Model.t -> key:string -> value:string -> unit Lwt.t
Sourceval unset : Sihl_session__.Model.t -> key:string -> unit Lwt.t
Sourceval get : Sihl_session__.Model.t -> key:string -> string option Lwt.t
Sourceval find_opt : key:string -> Sihl_session__.Model.t option Lwt.t
Sourceval find : key:string -> Sihl_session__.Model.t Lwt.t
Sourceval find_all : unit -> Sihl_session__.Model.t list Lwt.t
OCaml

Innovation. Community. Security.