-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Bind and Render methods on request and response objects (#47)
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.
- Loading branch information
Zachary Burkett
authored
Oct 29, 2021
1 parent
e829a60
commit ccecef0
Showing
22 changed files
with
1,008 additions
and
95 deletions.
There are no files selected for viewing
177 changes: 146 additions & 31 deletions
177
...petstore-expanded/chi/api/petstore.gen.go → ...les/petstore-expanded/api/petstore.gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.