package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Repository.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val get : id:string -> Sihl_email_core__.Model.Template.t option Lwt.t
val get_by_name : name:string -> Sihl_email_core__.Model.Template.t option Lwt.t
val insert : template:Sihl_email_core__.Model.Template.t -> unit Lwt.t
val update : template:Sihl_email_core__.Model.Template.t -> unit Lwt.t