Skip to content

feat: Tag instructed recursive params finding #813

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sinloss
Copy link

@sinloss sinloss commented May 3, 2025

Closes #811

Allow input structs to have fields tagged with `recursive:"true"` to enable a deeper params finding.

With this change, the input struct composing can now incorperate generic type parameters which are normally unable to get embedded.
And with limited knowledge, I would conservatively say this change does not break existing behaviours.

Allow input struct to have fields tagged with `recursive:"true"` to enable a deeper  params finding
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

Successfully merging this pull request may close these issues.

Unable to create a wrapper func that also requires the *http.Request object
1 participant