beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.44k stars 921 forks source link

Skip unexported struct fields in swaggergen #841

Open de1acr0ix opened 1 year ago

de1acr0ix commented 1 year ago

Go JSON serialization only handles exported struct fields. Therefore we can skip the unexported fields for swagger document generation.

de1acr0ix commented 1 year ago

@flycash Can you please review this PR? Thanks!