-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dotnet Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * java Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * js Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * go Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * python Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> --------- Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
- Loading branch information
1 parent
ee5e9fe
commit 229b582
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule dotnet
updated
62 files
Submodule go
updated
13 files
+4 −4 | .github/workflows/validate_examples.yaml | |
+4 −4 | examples/actor/README.md | |
+1 −1 | examples/actor/serving/main.go | |
+16 −15 | examples/go.mod | |
+44 −32 | examples/go.sum | |
+1 −1 | examples/service/client/main.go | |
+1 −1 | examples/service/config/binding.yaml | |
+17 −15 | go.mod | |
+47 −31 | go.sum | |
+4 −0 | service/common/type.go | |
+6 −0 | service/http/topic.go | |
+3 −1 | service/http/topic_test.go | |
+1 −1 | version/sdk-version |
Submodule java
updated
39 files
Submodule js
updated
6 files
+4 −19 | README.md | |
+2 −2 | daprdocs/content/en/js-sdk-contributing/js-contributing.md | |
+3 −3 | examples/grpc/proxying/server/go.mod | |
+6 −6 | examples/grpc/proxying/server/go.sum | |
+452 −301 | package-lock.json | |
+1 −1 | package.json |
Submodule python
updated
81 files