Current section
Files
Jump to
Current section
Files
lib/meta.ex
defmodule PhoenixParams.Meta do
defstruct error_view: nil,
key_type: nil,
typedefs: nil,
paramdefs: nil,
global_validators: nil,
param_names: nil
end