Coherence v0.5.1 Coherence.ValidateOption

Plug to validate the given option is enabled in the project’s configuration.

Link to this section Summary

Functions

Callback implementation for Plug.call/2

Callback implementation for Plug.init/1

Link to this section Functions

Link to this function call(conn, opts)
call(Plug.Conn.t(), Map.t()) :: Plug.Conn.t()

Callback implementation for Plug.call/2.

Link to this function init(options)
init(Keyword.t() | atom()) :: [tuple()]

Callback implementation for Plug.init/1.