hush v0.0.2 Hush.Provider.SystemEnvironment View Source

Hush Provider to resolve Environmental Variables

Link to this section Summary

Functions

Callback implementation for Hush.Provider.fetch/1.

Callback implementation for Hush.Provider.load/1.

Link to this section Functions

Specs

fetch(key :: String.t()) ::
  {:ok, String.t()} | {:error, :not_found} | {:error, any()}

Callback implementation for Hush.Provider.fetch/1.

Specs

load(config :: any()) :: :ok | {:error, any()}

Callback implementation for Hush.Provider.load/1.