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 b88e2ec1 Merge pull request #687 from FoghostCn/metrics-sample
     add 3dcc9386 feat(context): add context sample and introduction
     add e4c61652 chore(context): add integration test
     add 1724b9fd fix(context): server returns context params
     add b9bb5b07 chore(context): sort import
     new 1f27105c Merge pull request #690 from EndlessSeeker/feat_context

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:
 context/README.md                                  | 168 +++++++++++++++++++++
 context/README_zn.md                               | 167 ++++++++++++++++++++
 {helloworld => context}/go-client/cmd/main.go      |  11 +-
 {rpc/grpc => context}/go-server/cmd/main.go        |  20 ++-
 {helloworld => context}/proto/greet.pb.go          |   0
 {metrics => context}/proto/greet.proto             |   2 +-
 {helloworld => context}/proto/greet.triple.go      |   0
 .../tests/integration/context_test.go}             |  10 +-
 .../tests/integration/main_test.go                 |   4 +-
 start_integrate_test.sh                            |   1 +
 10 files changed, 373 insertions(+), 10 deletions(-)
 create mode 100644 context/README.md
 create mode 100644 context/README_zn.md
 copy {helloworld => context}/go-client/cmd/main.go (77%)
 copy {rpc/grpc => context}/go-server/cmd/main.go (66%)
 copy {helloworld => context}/proto/greet.pb.go (100%)
 copy {metrics => context}/proto/greet.proto (94%)
 copy {helloworld => context}/proto/greet.triple.go (100%)
 copy integrate_test/{helloworld/tests/integration/helloworld_test.go => 
context/tests/integration/context_test.go} (76%)
 copy integrate_test/{timeout => context}/tests/integration/main_test.go (95%)

Reply via email to