This is an automated email from the ASF dual-hosted git repository.
dmwangnima pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 1e0c5bed Merge pull request #683 from sjcsjc123/retry
add da1e3565 feat: filter token sample
add 7c64788d fix CI
add bc830976 modify dubbo-go version
add ba97362f add dubbo-go import
new 404b4bc3 Merge pull request #686 from DMwangnima/feat/triple_filter
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:
.github/workflows/github-actions.yml | 30 +++++++++++-----------
{otel/tracing/stdout => filter}/proto/greet.pb.go | 9 +++----
{rpc/grpc => filter}/proto/greet.proto | 3 +--
{helloworld => filter}/proto/greet.triple.go | 17 ------------
.../token/go-client/cmd/main.go | 10 +++-----
.../token/go-server/cmd/main.go | 11 +++++---
go.mod | 2 +-
go.sum | 13 ++++++++--
.../token/tests/integration/helloworld_test.go} | 8 +++---
.../token}/tests/integration/main_test.go | 9 +++----
start_integrate_test.sh | 1 +
11 files changed, 51 insertions(+), 62 deletions(-)
copy {otel/tracing/stdout => filter}/proto/greet.pb.go (95%)
copy {rpc/grpc => filter}/proto/greet.proto (92%)
copy {helloworld => filter}/proto/greet.triple.go (83%)
copy registry/zookeeper/go-client/cmd/client.go =>
filter/token/go-client/cmd/main.go (83%)
copy registry/zookeeper/go-server/cmd/server.go =>
filter/token/go-server/cmd/main.go (88%)
copy integrate_test/{registry/nacos/tests/integration/userprovider_test.go =>
filter/token/tests/integration/helloworld_test.go} (85%)
copy integrate_test/{registry/zookeeper =>
filter/token}/tests/integration/main_test.go (90%)