-
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
'Missing required param comment parameters' on external library that not I need #1430
Comments
I'm afraid no better way so far. |
Here I want to clarify what is |
yes I need a model from external packages but got an error from another package that I don't need to parse |
The only valid reason may be the API handlers are stored in a |
@sdghchj I got the insight from this https://github.com/swaggo/swag/issues/1014#issuecomment-1183215509 and then I change the command from this It solved |
@vidorifaldy Could you please try the latest PR 1432? |
@sdghchj still get the same error |
It seems impossible. |
@sdghchj thank you so much, It solved on v1.8.10 note: another issue after Merged PR 1432 Issues 1451 |
I'm trying to create swagger using Swaggo with command
swag init --parseDependency
(I have struct on shared library so I have to use this option)
unfortunately, I got this error
Is there any option better than I copy the struct to my project?
How to use exclude the library?
thank you
Hope it goes well normally
swag version is v1.8.9
go version is v1.19
The text was updated successfully, but these errors were encountered: