This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 36743399 chore: enhance doc in README and HOWTO files and update Go
version to 1.24 in CI and lint workflows (#964)
add 382eb36a feat: migrate old async sample (#971)
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
README_CN.md | 2 +-
async/README.md | 26 ++
async/README_zh.md | 22 +
.../cmd/client.go => async/go-client/cmd/main.go | 43 +-
{context => async}/go-server/cmd/main.go | 54 ++-
async/proto/user.pb.go | 510 +++++++++++++++++++++
.../api/helloworld.proto => async/proto/user.proto | 60 ++-
async/proto/user.triple.go | 215 +++++++++
.../main_test.go => async/proto/user_provider.go | 62 +--
compatibility/async/README.md | 16 -
compatibility/async/README_zh.md | 14 -
compatibility/async/go-client/conf/dubbogo.yml | 17 -
compatibility/async/go-client/pkg/user.go | 114 -----
compatibility/async/go-server/cmd/server.go | 84 ----
compatibility/async/go-server/conf/dubbogo.yml | 18 -
compatibility/async/go-server/pkg/user.go | 109 -----
compatibility/async/go-server/pkg/user_provider.go | 52 ---
.../async/go-server/pkg/user_provider_v2.go | 53 ---
.../async/tests/integration/async_test.go | 13 +-
.../tests/integration/main_test.go | 17 +-
.../async/tests/integration/main_test.go | 52 ---
start_integrate_test.sh | 2 +-
23 files changed, 928 insertions(+), 629 deletions(-)
create mode 100644 async/README.md
create mode 100644 async/README_zh.md
rename compatibility/async/go-client/cmd/client.go =>
async/go-client/cmd/main.go (61%)
copy {context => async}/go-server/cmd/main.go (51%)
create mode 100644 async/proto/user.pb.go
copy compatibility/rpc/triple/pb/dubbogo-grpc/protobuf/api/helloworld.proto =>
async/proto/user.proto (53%)
create mode 100644 async/proto/user.triple.go
copy integrate_test/compatibility/rpc/jsonrpc/tests/integration/main_test.go
=> async/proto/user_provider.go (55%)
delete mode 100644 compatibility/async/README.md
delete mode 100644 compatibility/async/README_zh.md
delete mode 100644 compatibility/async/go-client/conf/dubbogo.yml
delete mode 100644 compatibility/async/go-client/pkg/user.go
delete mode 100644 compatibility/async/go-server/cmd/server.go
delete mode 100644 compatibility/async/go-server/conf/dubbogo.yml
delete mode 100644 compatibility/async/go-server/pkg/user.go
delete mode 100644 compatibility/async/go-server/pkg/user_provider.go
delete mode 100644 compatibility/async/go-server/pkg/user_provider_v2.go
rename integrate_test/{compatibility =>
}/async/tests/integration/async_test.go (79%)
copy integrate_test/{filter/sentinel => async}/tests/integration/main_test.go
(74%)
delete mode 100644
integrate_test/compatibility/async/tests/integration/main_test.go