This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


    from 8b2409d0 Merge pull request #676 from FinalT/feat-health
     add 5900bca3 add streaming sample
     add 975ae85d update readme
     new 2e4f3e99 Merge pull request #678 from FinalT/feat-streaming

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tests/integration/main_test.go                 |   2 +-
 .../streaming/tests/integration/streaming_test.go  |  71 +++
 start_integrate_test.sh                            |   3 +
 streaming/README.md                                | 203 +++++++
 streaming/README_zh.md                             | 201 +++++++
 streaming/go-client/cmd/client.go                  | 129 +++++
 {timeout => streaming}/go-server/cmd/server.go     |  46 +-
 streaming/proto/greet.pb.go                        | 631 +++++++++++++++++++++
 {timeout => streaming}/proto/greet.proto           |  30 +-
 streaming/proto/greet.triple.go                    | 375 ++++++++++++
 10 files changed, 1683 insertions(+), 8 deletions(-)
 copy integrate_test/{timeout => streaming}/tests/integration/main_test.go (95%)
 create mode 100644 integrate_test/streaming/tests/integration/streaming_test.go
 create mode 100644 streaming/README.md
 create mode 100644 streaming/README_zh.md
 create mode 100644 streaming/go-client/cmd/client.go
 copy {timeout => streaming}/go-server/cmd/server.go (51%)
 create mode 100644 streaming/proto/greet.pb.go
 copy {timeout => streaming}/proto/greet.proto (58%)
 create mode 100644 streaming/proto/greet.triple.go

Reply via email to