-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated subtree from https://github.com/azure/azure-functions-languag… (
#584) * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag:v1.5.7-protofile. Commit:6cccbbfbf84d3c21b21236ae34ec0590c032daad * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.5.8-protofile. Commit: 14b2ba5ccb188c160c0f6c519ec1d4521ee36440 * Update FunctionRpc.proto Updated name to int_x and double_x since int and double are keywords in java and generated grpc code throws error if key words are used as variable names. Since GRPC relies on the number for comparing, it is better to rename the variable to anything but int and double here. Co-authored-by: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com>
- Loading branch information
1 parent
dafba19
commit 30a2900
Showing
3 changed files
with
104 additions
and
34 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
src/main/azure-functions-language-worker-protobuf/CODEOWNERS
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# See https://help.github.com/articles/about-codeowners/ | ||
# for more info about CODEOWNERS file | ||
# | ||
# It uses the same pattern rule for gitignore file | ||
# https://git-scm.com/docs/gitignore#_pattern_format | ||
|
||
|
||
|
||
# AZURE FUNCTIONS TEAM | ||
# For all file changes, github would automatically | ||
# include the following people in the PRs. | ||
# Language owners should get notified of any new changes to the proto file. | ||
|
||
src/proto/FunctionRpc.proto @vrdmr @gavin-aguiar @YunchuWang @surgupta-msft @satvu @ejizba @alrod @anatolib @kaibocai @shreyas-gopalakrishna @amamounelsayed @Francisco-Gamino |
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