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
Describe the bug
When I include the *multipart.FileHeader typed field in the custom struct and annotate the swag as the following screenshots, swag init will return the error msg
To Reproduce
Steps to reproduce the behavior:
run go get github.com/swaggo/swag/cmd/swag@80b6894b047bd06e970efa3e6dee1c3818811f4d in order to support the object for formdata ref: Support objects for formData #300
define custom struct as below screenshot
define the swag annotations as below screenshot
run swag init
saw the error
Expected behavior swag init should executed successfully
Screenshots
Your swag version
v1.6.8-0.20200921161410-33e4ac3219fa
Your go version
1.15.2
Desktop (please complete the following information):
OS: WIN 10
The text was updated successfully, but these errors were encountered:
Describe the bug
When I include the
*multipart.FileHeader
typed field in the custom struct and annotate the swag as the following screenshots,swag init
will return the error msgTo Reproduce
Steps to reproduce the behavior:
go get github.com/swaggo/swag/cmd/swag@80b6894b047bd06e970efa3e6dee1c3818811f4d
in order tosupport the object for formdata
ref: Support objects for formData #300swag init
Expected behavior
swag init
should executed successfullyScreenshots
Your swag version
v1.6.8-0.20200921161410-33e4ac3219fa
Your go version
1.15.2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: