This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch feature-triple
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from 9d62f726a Fix #2446, move XxxOption definition in global package to
separate packages (#2447)
add 428818725 fix CI (#2457)
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
common/config/utils.go | 17 +++
global/config_center_config.go | 17 +++
global/method_config.go | 17 +++
global/service_config.go | 17 +++
protocol/dubbo3/dubbo3_invoker_test.go | 120 +++++++++------------
protocol/triple/internal/dubbo3_server/cmd/main.go | 17 +++
.../internal/proto/dubbo3_gen/greet_triple.pb.go | 17 +++
protocol/triple/internal/proto/greet.pb.go | 17 +++
.../proto/triple_gen/greettriple/greet.triple.go | 17 +++
.../triple/triple-tool/internal/proto/greet.pb.go | 17 +++
.../internal/proto/greettriple/greet.triple.go | 17 +++
protocol/triple/triple_invoker.go | 17 +++
13 files changed, 241 insertions(+), 68 deletions(-)