You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeRoutestruct {
Swagger*openapi3.SwaggerServer*openapi3.ServerPathstringPathItem*openapi3.PathItemMethodstringOperation*openapi3.Operation// For developers who want use the router for handling tooHandler http.Handler
}
In #210 the field Handler was removed from routers.Route (fka openapi3filter.Route) as you can see here:
Router before #210
Route after #210
I implemented a router based on your project, so I used this field as suggested by the comment. You can find my project here:
https://github.com/HUK-COBURG/openapirouter
Could you please clarify why you removed it? It would be great, if you could add this again, so i can use my router as before.
The text was updated successfully, but these errors were encountered: