View Source RedactEx.Configuration (RedactEx v0.1.4)

Configuration helpers for handling RedactEx configuration

Link to this section Summary

Functions

Return configurations grouped by name, so we can generate matching and catchall in a good order when needed

Link to this section Functions

Link to this function

parse(configuration, current_env, macro_env)

View Source
@spec parse(configuration :: list(), current_env :: atom(), macro_env :: map()) :: %{
  required(atom()) => [map()]
}

Return configurations grouped by name, so we can generate matching and catchall in a good order when needed