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

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


    from ca7f3a8  Merge pull request #1071 from LaurenceLiZhixin/Ftr/triple
     new 2e08039  feat: add pass through proxy factory
     new e41d6fb  Merge branch '3.0' into Ftr/proxy-service
     new feff21f  fix: add test
     new b30e46b  fix: fmt import block
     new 6f22087  fix
     new 3bf0f46  Fix: try ci
     new 1f7d4e4  fix: fix cr
     new fb2fb83  fix cr
     new da6f6f6  fix: restart ci
     new e3b2cf2  Merge branch '3.0' into Ftr/proxy-service
     new 71a50f9  fix: fix conflict
     new 6879502  fix: conflict
     new 82d26db  fix: change passthrough factory param
     new 77f9cea  fix: change passthrough factory param
     new f39cc52  Merge pull request #1081 from 
LaurenceLiZhixin/Ftr/proxy-service

The 3931 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:
 README.md                                          |   2 +-
 common/constant/key.go                             |   4 +
 common/proxy/proxy_factory/pass_through.go         | 123 ++++++++
 .../{default_test.go => pass_through_test.go}      |  19 +-
 go.sum                                             |  10 -
 registry/directory/directory.go                    |   2 +-
 registry/protocol/protocol.go                      |   2 +-
 test/integrate/dubbo/go-client/go.mod              |   2 +-
 test/integrate/dubbo/go-client/go.sum              | 326 +++++----------------
 test/integrate/dubbo/go-server/go.sum              | 326 +++++----------------
 10 files changed, 283 insertions(+), 533 deletions(-)
 create mode 100644 common/proxy/proxy_factory/pass_through.go
 copy common/proxy/proxy_factory/{default_test.go => pass_through_test.go} (74%)

Reply via email to