-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for parameter injection. (#82)
This feature adds a lot of code for relatively little benefit. In practice, a service can achieve the same effect by embedding common headers in its argument types, which gives more control to both client and server without the overhead of an additional encoding step. - Remove the EncodeContext and DecodeContext options. - Remove the plumbing to encode (client) and decode (server) contexts. - Remove the jctx package. - Update usage in the jcall command-line tool. - Clean up tests.
- Loading branch information
1 parent
594cde7
commit 520888a
Showing
11 changed files
with
15 additions
and
574 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.
Oops, something went wrong.