Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Support for different frameworks like Gin and echo. #6

Open
akshitdesai opened this issue Jun 16, 2024 · 0 comments
Assignees

Comments

@akshitdesai
Copy link

akshitdesai commented Jun 16, 2024

Is your feature request related to a problem? Please describe.

How about extending support for frameworks like Gin and Echo similarly? I was looking for something similar for Gin and modified some of this library's components to achieve it.

Describe the solution you'd like

  1. Create separate packages for each framework/default HTTP package.
  2. Reuse versioning and deprecation packages.
  3. Add examples for each framework.

Describe alternatives you've considered

  • I tried to wrap the existing solution for gin but figured that instead, we could segregate it and make it more readable.
    (I have the wrapper solution for Gin ready for the PR, Let me know if you would like to review it.)
  • Also it should not affect the end user, as go mo tidy would remove the unused indirect dependency on the user end.

Additional context

I would like to work on the solution, let's discuss potential pitfalls and outcomes. Looking forward to contribute.
(If this repository is not actively maintained, I would like to create one for Gin and Echo using a similar idea 😉.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants