Routex.Types (Routex v1.2.2)

View Source

Types shared by Routex core and extensions.

Summary

Types

ast()

@type ast() :: Macro.t() | [Macro.t()]

attrs()

@type attrs() :: Routex.Attrs.t()

backend()

@type backend() :: Routex.Backend.t()

config()

@type config() :: keyword()

env()

@type env() :: Macro.Env.t()

opts()

@type opts() :: keyword()

route()

@type route() :: Phoenix.Router.Route.t()

routes()

@type routes() :: [Phoenix.Router.Route.t()]