View Source Routex.Extension.Alternatives.Config (Phoenix Routes Extension Framework v0.1.0-alpha.6)

Module to create and validate a Config struct

Link to this section Summary

Link to this section Types

@type t() :: %Routex.Extension.Alternatives.Config{
  scopes: %{
    required(binary() | nil) => Routex.Extension.Alternatives.Scope.Flat.t()
  }
}