-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify middleware implementation, inspired by net/http * Panic on resource creation or permission requests that fail - these errors are typically unrecoverable * Allow handler parameters to accept interface{} allowing for more handler func type flexibilty * Add sql database resource support * Remove requirement to return Ctx from handlers (pointers are used instead for Ctx modification) * Update product structure, moving all resources to their own packages * Use a single grpc connection to nitric server for efficiency * Make the handlers and workers packages internal to avoid auto-complete pollution in IDEs * Panic if nitric.Run() fails --------- Co-authored-by: Jye Cusch <[email protected]> Co-authored-by: Ryan Cartwright <[email protected]>
- Loading branch information
1 parent
39332d4
commit 3c501e1
Showing
106 changed files
with
2,606 additions
and
5,470 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.