View Source Hush.Resolver (hush v1.0.2)

Replace configuration with provider-aware resolvers.

Link to this section 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.

Link to this section Functions

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

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.