Confex Parameter Store Adapter v1.1.0 Confex.ParameterStore.Provider behaviour View Source

Link to this section Summary

Callbacks

Fetches a value

Fetches values based on the path

Link to this section Callbacks

Link to this callback get_parameter(binary) View Source
get_parameter(binary()) :: {:ok, binary()} | :error

Fetches a value

Link to this callback get_parameters_by_path(binary) View Source
get_parameters_by_path(binary()) :: {:ok, list()} | :error

Fetches values based on the path