View Source RedactEx.Configuration (RedactEx v0.1.6-rc.0)

Configuration helpers for handling RedactEx configuration

Summary

Functions

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

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