View Source nine_elli (nine_elli v0.1.0)
Summary
Types
-type handler() :: {atom(), atom()}.
-type norm_route() :: {binary(), binary(), [handler()]}.
-type norm_routes() :: [norm_route()].
Functions
-spec generate(module(), norm_routes()) -> erl_parse:parse_tree().