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

Innovation. Community. Security.