RedactEx.Configuration (RedactEx v0.1.8)

View Source

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

parse(configuration, current_env, macro_env)

@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