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
fix(gin): address more code review feedback from PR #13
- Add lazy initialization in gin.Extractor to handle zero-value usage
- Fix nil-deref in schema_extractor when SchemaRef.Value is nil for custom types
- Fix binding tag required check to handle multiple comma-separated rules
- Add proper support for ShouldBindQuery (BindingSourceQuery)
- Separate FormParams and FileParams from QueryParams
- Add BindingSource type to track binding source (json, xml, yaml, query, form, multipart)
- Update generator to handle form/file uploads with correct content types
- Update tests to check new FormParams and FileParams fields
Signed-off-by: spencercjh <spencercjh@gmail.com>
0 commit comments