View Source Hush.Provider behaviour (hush v1.2.0)
Hush relies on providers to resolve values that the consumer requests.
You can read here on how to write your own provider.
Summary
Types
@type child_spec() :: Supervisor.child_spec()
Callbacks
@callback load(config :: Keyword.t()) :: :ok | {:ok, [child_spec()]} | {:error, any()}