View Source SiteEncrypt.Adapter behaviour (site_encrypt v0.5.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Refresh the configuration for a given endpoint
Link to this section Callbacks
@callback config(SiteEncrypt.id(), arg :: any()) :: %{ certification: SiteEncrypt.certification(), site_spec: Parent.child_spec() }
@callback http_port(SiteEncrypt.id(), arg :: any()) :: {:ok, pos_integer()} | :error
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Refresh the configuration for a given endpoint