Documentation ¶
Index ¶
Constants ¶
View Source
const RoutingParamsKey = "__flamel_routing_params__"
Variables ¶
View Source
var ErrRouteNotFound = errors.New("can't find route")
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct { Name string Handler func(ctx context.Context) (interface{}, context.Context) // contains filtered or unexported fields }
Route class
Click to show internal directories.
Click to hide internal directories.