package sihl

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

Parameters

Signature

include Data.Repo.Service.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val get : Core.Ctx.t -> id:string -> Email__.Email_core.Template.t option Lwt.t
val get_by_name : Core.Ctx.t -> name:string -> Email__.Email_core.Template.t option Lwt.t
val insert : Core.Ctx.t -> template:Email__.Email_core.Template.t -> unit Lwt.t
val update : Core.Ctx.t -> template:Email__.Email_core.Template.t -> unit Lwt.t