Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Core = Sihl_core
module Database = Sihl_database
module Utils = Sihl_utils
module Queue = Sihl_queue_core
module Sig = Sihl.Email.Sig
module Template : sig ... end
val log_src : Logs.src
val print : Sihl.Email.t -> unit
val intercept :
('a -> Sihl.Email.t -> unit Lwt.t) ->
'a ->
Sihl.Email.t ->
unit Lwt.t
module MakeSmtp (TemplateService : Sig.TEMPLATE_SERVICE) : Sig.SERVICE
module MakeSendGrid (TemplateService : Sig.TEMPLATE_SERVICE) : Sig.SERVICE
module MakeQueued
(EmailService : Sig.SERVICE)
(QueueService : Sihl.Queue.Sig.SERVICE) :
Sig.SERVICE