package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type TEMPLATE_SERVICE = sig ... end
module type TEMPLATE_REPO = sig ... end
module type CONFIG_PROVIDER_SMTP = sig ... end

Read the configurations from environment variables and set sane defaults.

module type CONFIG_PROVIDER_SENDGRID = sig ... end
module type SERVICE = sig ... end