Hush.Resolver (hush v1.3.0)

Copy Markdown View Source

Replace configuration with provider-aware resolvers.

Summary

Functions

Substitute {:hush, Hush.Provider, "key", [options]} present in the the config argument.

Substitute {:hush, Hush.Provider, "key", [options]} present in the the config argument

Functions

resolve(config, options \\ Keyword.new())

@spec resolve(Keyword.t(), Keyword.t()) :: {:ok, Keyword.t()} | {:error, any()}

Substitute {:hush, Hush.Provider, "key", [options]} present in the the config argument.

resolve!(config, options \\ Keyword.new())

@spec resolve!(Keyword.t() | map(), Keyword.t()) :: Keyword.t()

Substitute {:hush, Hush.Provider, "key", [options]} present in the the config argument