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 a409d88e Merge pull request #677 from FinalT/feat-timeout
add cde94953 add healthcheck sample
new 8b2409d0 Merge pull request #676 from FinalT/feat-health
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:
healthcheck/README.md | 80 +++++++++++++++++++++
healthcheck/README_zn.md | 81 ++++++++++++++++++++++
{timeout => healthcheck}/go-client/cmd/client.go | 23 +++---
.../main.go => healthcheck/go-server/cmd/server.go | 44 ++++++------
{timeout => healthcheck}/proto/greet.pb.go | 32 ++++-----
{timeout => healthcheck}/proto/greet.proto | 3 +-
{timeout => healthcheck}/proto/greet.triple.go | 46 +++++-------
.../tests/integration/healthcheck_test.go} | 26 +++----
.../tests/integration/main_test.go | 9 +--
start_integrate_test.sh | 3 +
10 files changed, 242 insertions(+), 105 deletions(-)
create mode 100644 healthcheck/README.md
create mode 100644 healthcheck/README_zn.md
copy {timeout => healthcheck}/go-client/cmd/client.go (68%)
copy helloworld/go-server/cmd/main.go => healthcheck/go-server/cmd/server.go
(75%)
copy {timeout => healthcheck}/proto/greet.pb.go (81%)
copy {timeout => healthcheck}/proto/greet.proto (87%)
copy {timeout => healthcheck}/proto/greet.triple.go (77%)
copy integrate_test/{compatibility/async/tests/integration/async_test.go =>
healthcheck/tests/integration/healthcheck_test.go} (68%)
copy integrate_test/{timeout => healthcheck}/tests/integration/main_test.go
(88%)