sihl-email
A Sihl service for sending emails using Lwt
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library sihl-email
include Sihl.Migration.Sig.Core.Container.Service.Sig
val lifecycle : Sihl.Migration.Sig.Core.Container.Lifecycle.t
Register a migration, so it can be run by the service.
Register multiple migrations.
val execute :
(string * Sihl_migration__Model.Migration.step list) list ->
unit Lwt.t
Run a list of migrations.
val run_all : unit -> unit Lwt.t
Run all registered migrations.
val register :
?migrations:(string * Sihl_migration__Model.Migration.step list) list ->
unit ->
Sihl.Migration.Sig.Core.Container.Service.t