Documentation ¶
Overview ¶
Package routing provides implementation of Go API for routing http Handler wrapped by rest.Func
Package routing provides implementation of Go API for routing http Handler wrapped by rest.Func ¶
Package routing provides implementation of Go API for routing http Handler wrapped by rest.Func
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*router)
func WithMiddleware ¶
func WithMiddleware(mw middleware.Wrapper) Option
func WithMiddlewares ¶
func WithMiddlewares(mws ...middleware.Wrapper) Option
func WithRoutes ¶
Click to show internal directories.
Click to hide internal directories.