Packages

A route generator for Lustre page trees

Current section

Files

Jump to
proute include proute@discover_PageRoute.hrl
Raw

include/proute@discover_PageRoute.hrl

-record(page_route, {
kind :: proute@discover:route_kind(),
constructor :: binary(),
path :: binary(),
segments :: list(proute@discover:route_segment()),
params :: list(proute@discover:route_param()),
source_file :: binary(),
page_module :: binary()
}).