-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose HandlerFunc in RouteInfos #1272
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1272 +/- ##
==========================================
+ Coverage 99.27% 99.27% +<.01%
==========================================
Files 39 39
Lines 1929 1931 +2
==========================================
+ Hits 1915 1917 +2
Misses 10 10
Partials 4 4
Continue to review full report at Codecov.
|
Can we merge this ? @appleboy |
Waiting for @thinkerou review. |
@loopfz Thank you for your work, if you can update them annotation it's very nice, LGTM. |
I'd like to have access to the HandlerFunc in RouteInfos, to write utilities around gin.
This resolves #506 for me.