bee
bee copied to clipboard
Skip unexported struct fields in swaggergen
Go JSON serialization only handles exported struct fields. Therefore we can skip the unexported fields for swagger document generation.
@flycash Can you please review this PR? Thanks!