This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from c4668076d add pixiu
add 3040a9227 fix: client can not get attach attachments from server
(#2854)
add dd87a20e0 skip-sonarcloud (#2855)
No new revisions were added by this update.
Summary of changes:
.github/workflows/github-actions.yml | 5 ++
common/constant/default.go | 2 +-
common/constant/key.go | 7 ++
config/service_config_test.go | 2 +-
filter/context/filter.go | 137 +++++++++++++++++++++++++++++++++++
filter/filter_impl/import.go | 1 +
imports/imports.go | 1 +
protocol/triple/client.go | 26 +++++++
protocol/triple/server.go | 24 +++++-
9 files changed, 199 insertions(+), 6 deletions(-)
create mode 100644 filter/context/filter.go