-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: ability to set "schemes" programatically #438
Conversation
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
- Coverage 81.83% 81.77% -0.07%
==========================================
Files 7 7
Lines 1448 1454 +6
==========================================
+ Hits 1185 1189 +4
- Misses 157 158 +1
- Partials 106 107 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you help add/or modify the example at README like https://github.com/swaggo/swag/edit/master/README.md#L167-L196 ?
Readme updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ubogdan Thanks for your contributions. 👍 |
Describe the PR
Ability to set "schemes" programatically
Additional context
PR for ISSUE: #433