confex v3.2.0 Confex.Adapter behaviour

This module provides interface for all Confex adapters to resolve configuration by tuples in Application env.

Link to this section Summary

Callbacks

Fetch configuration value by fetch statement

Link to this section Callbacks

Link to this callback fetch_value(key)
fetch_value(key :: String.t) :: {:ok, String.t} | :error

Fetch configuration value by fetch statement.