Skip to content

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

@akshitdesai

Description

@akshitdesai

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 😉.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions