Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanRuntimeDoc ¶
type RouteHandler ¶
type RouteHandler interface { http.Handler OperationID() string Method() string Path() string PathSegments() Segments Summary() string Description() string Deprecated() bool Operators() []*courier.OperatorFactory }
func NewRouteHandlers ¶
func NewRouteHandlers(route courier.Route, service string, routeMiddlewares ...handler.Middleware) ([]RouteHandler, error)
type Segments ¶
type Segments = pathpattern.Segments
Click to show internal directories.
Click to hide internal directories.