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

Implement Bind and Render methods on request and response objects #47

Merged
merged 12 commits into from
Oct 29, 2021

Conversation

zacharyburkett
Copy link
Member

@zacharyburkett zacharyburkett commented Oct 28, 2021

To simplify the process of marshaling/unmarshaling of request/response bodies, we have implemented the Binder and Render interfaces from go-chi/render. This work also facilitates work to further automate these kind of behaviors.

Closes #13

@zacharyburkett zacharyburkett marked this pull request as ready for review October 29, 2021 20:42
Copy link
Collaborator

@karitham karitham left a comment

Choose a reason for hiding this comment

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

lgtm

@zacharyburkett zacharyburkett merged commit ccecef0 into main Oct 29, 2021
@zacharyburkett zacharyburkett deleted the bind-render branch October 29, 2021 21:22
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.

Implement Bind and Render methods on generated types
2 participants