Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(router-gen): add conditional import for gin-binding based on met…
…hod type The router generation logic now checks for the presence of 'FORM-DATA' methodtype in the service methods. If found, it conditionally includes the 'gin-binding' package in the generated code to support form-data parameters. This optimization avoids unnecessary imports in cases where 'gin-binding' is not required.
- Loading branch information