package sihl

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

Parameters

module DbService : sig ... end

Signature

include Data.Repo.Sig.REPO
val register_migration : Core.Ctx.t -> (unit, string) Result.t Lwt.t
val register_cleaner : Core.Ctx.t -> (unit, string) Result.t Lwt.t
val find : Core.Ctx.t -> value:string -> (Sihl__.Token_core.t, string) Result.t Lwt.t
val find_opt : Core.Ctx.t -> value:string -> (Sihl__.Token_core.t option, string) Result.t Lwt.t
val insert : Core.Ctx.t -> token:Sihl__.Token_core.t -> (unit, string) Result.t Lwt.t