-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The gRPC folks graduated server reflection to V1 without making any changes to the schema. This PR updates our schema to v1, fixes the protobuf package path to match the directory, and retains the gRPC license (as we should). Many tools still use the v1alpha1 API, so this PR also adds a second exported handler constructor for the alpha API. I considered doing this with HTTP middleware, but it seems more straighforward to just offer two handlers.
- Loading branch information
1 parent
d9dd98a
commit 012dfb0
Showing
5 changed files
with
363 additions
and
309 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
Oops, something went wrong.