View Source Hush.Resolver (hush v1.2.0)

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

Link to this function

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

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

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

Link to this function

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

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

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