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

[Strongly Typed Params] Typed params in context #406

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

EwenQuim
Copy link
Member

First step towards #356

@EwenQuim EwenQuim force-pushed the typed-params-in-context branch from b5eb80c to ef177ea Compare February 19, 2025 09:22
@dylanhitt
Copy link
Collaborator

Is this ready for review?

@EwenQuim
Copy link
Member Author

Yes, it is only a first step as it does not implement the solution but it paves the way to support typed params in a backward-compatible way (except for testing with fuego.NewMockContext)

@dylanhitt
Copy link
Collaborator

Got it. Will review soon.

@EwenQuim EwenQuim changed the title Typed params in context [Strongly Typed Params] Typed params in context Feb 21, 2025
Copy link
Collaborator

@dylanhitt dylanhitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe go work and all the go mods should probably be bumped on the commit titled Update go version to 1.24

_ Context[any, any] = &netHttpContext[any, any]{} // Check that ContextWithBody implements Ctx.
_ ContextWithBody[any] = &netHttpContext[any, any]{} // Check that ContextWithBody implements Ctx.
_ ContextWithBody[string] = &netHttpContext[string, any]{} // Check that ContextWithBody implements Ctx.
_ ValidableCtx = &netHttpContext[any, any]{} // Check that ContextWithBody implements ValidableCtx.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a lot of copy pasta right here maybe with the comments? Probably should go above as well.

@crunk1
Copy link

crunk1 commented Apr 3, 2025

Hey, just discovered this project yesterday and I'm really impressed :). Forgive me if any of my comments/questions are uninformed.

Will Param type support be an effective replacement for the route options OptionQuery, OptionHeader, OptionPath, etc.?
For back compat, I'm assuming those Options will continue to live on. Will route options and Param type support share logic?
Will validation struct tags be supported?
Will OpenAPI spec generation be updated as well? Will other OpenAPI fields (e.g. description) be definable via struct tags?

All-in-all, I'm excited for this update; I think Param types fit the fuego philosophy much better than declarations via route options - leave it to the function signature to define params instead of the route registering logic (again, forgive me if I'm speaking out of turn).

Also, I'm happy to help once I get more familiar with the codebase - if you'll have me.

@dylanhitt
Copy link
Collaborator

Hey @crunk1

Umm. I guess @EwenQuim and I have never discussed this. I think they should. I'd imagine they Options would live through our v1 at the very least.

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.

3 participants