NewRouteContext returns a new routing Context object.
()
| 31 | |
| 32 | // NewRouteContext returns a new routing Context object. |
| 33 | func NewRouteContext() *Context { |
| 34 | return &Context{} |
| 35 | } |
| 36 | |
| 37 | var ( |
| 38 | // RouteCtxKey is the context.Context key to store the request context. |
no outgoing calls