package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Data.Repo.Service.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find : Core.Ctx.t -> value:string -> Token__.Token_core.t Lwt.t
val find_opt : Core.Ctx.t -> value:string -> Token__.Token_core.t option Lwt.t
val insert : Core.Ctx.t -> token:Token__.Token_core.t -> unit Lwt.t