package sihl-token

  1. Overview
  2. Docs
val lifecycles : Sihl_core.Container.Lifecycle.t list
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find : string -> Sihl_token__.Repo.Model.t Lwt.t
val find_opt : string -> Sihl_token__.Repo.Model.t option Lwt.t
val find_by_id : string -> Sihl_token__.Repo.Model.t Lwt.t
val insert : Sihl_token__.Repo.Model.t -> unit Lwt.t
val update : Sihl_token__.Repo.Model.t -> unit Lwt.t
module Model : sig ... end