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 af1879cb Merge pull request #725 from Yan0613/main add c7b20e88 feat: add filter sentinel samples and test new 269db1ed Merge pull request #726 from r27153733/feat/ecosystem-sentinel 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: filter/proto/{ => sentinel}/greet.pb.go | 52 ++++-- filter/proto/{ => sentinel}/greet.proto | 7 +- filter/proto/sentinel/greet.triple.go | 203 +++++++++++++++++++++ filter/sentinel/go-client/cmd/main.go | 86 +++++++-- filter/sentinel/go-server/cmd/main.go | 59 +++++- .../sentinel}/tests/integration/main_test.go | 9 +- .../sentinel/tests/integration/sentinel_test.go | 156 ++++++++++++++++ 7 files changed, 529 insertions(+), 43 deletions(-) copy filter/proto/{ => sentinel}/greet.pb.go (67%) copy filter/proto/{ => sentinel}/greet.proto (80%) create mode 100644 filter/proto/sentinel/greet.triple.go copy integrate_test/{config_yaml => filter/sentinel}/tests/integration/main_test.go (80%) create mode 100644 integrate_test/filter/sentinel/tests/integration/sentinel_test.go