You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by jo...@apache.org on 2020/09/27 14:21:35 UTC

[dubbo-samples] 24/26: Merge pull request #11 from DogBaoBao/feature/file-service-discovery

This is an automated email from the ASF dual-hosted git repository.

joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit cabf95c2a2a84d43f0a7940a0a904a5fb99e5547
Merge: 15b88a6 3ba3eaf
Author: tiecheng <ir...@gmail.com>
AuthorDate: Wed Sep 16 13:55:48 2020 +0800

    Merge pull request #11 from DogBaoBao/feature/file-service-discovery
    
    Add file service discovery

 .../servicediscovery/file/go-client/app/client.go  | 100 ++++++++++
 .../servicediscovery/file/go-client/app/user.go    |  54 ++++++
 .../servicediscovery/file/go-client/app/version.go |  22 +++
 .../file/go-client/assembly/bin/load.sh            | 203 +++++++++++++++++++++
 .../file/go-client/assembly/common/app.properties  |  23 +++
 .../file/go-client/assembly/common/build.sh        |  83 +++++++++
 .../file/go-client/assembly/linux/dev.sh           |  36 ++++
 .../file/go-client/assembly/linux/release.sh       |  35 ++++
 .../file/go-client/assembly/linux/test.sh          |  35 ++++
 .../file/go-client/assembly/mac/dev.sh             |  36 ++++
 .../file/go-client/assembly/mac/release.sh         |  34 ++++
 .../file/go-client/assembly/mac/test.sh            |  34 ++++
 .../file/go-client/assembly/windows/dev.sh         |  34 ++++
 .../file/go-client/assembly/windows/release.sh     |  34 ++++
 .../file/go-client/assembly/windows/test.sh        |  34 ++++
 .../file/go-client/profiles/dev/client.yml         |  64 +++++++
 .../file/go-client/profiles/dev/log.yml            |  28 +++
 .../servicediscovery/file/go-server/app/server.go  |  86 +++++++++
 .../servicediscovery/file/go-server/app/user.go    |  64 +++++++
 .../servicediscovery/file/go-server/app/version.go |  22 +++
 .../file/go-server/assembly/bin/load.sh            | 151 +++++++++++++++
 .../file/go-server/assembly/common/app.properties  |  23 +++
 .../file/go-server/assembly/common/build.sh        |  80 ++++++++
 .../file/go-server/assembly/linux/dev.sh           |  36 ++++
 .../file/go-server/assembly/linux/release.sh       |  36 ++++
 .../file/go-server/assembly/linux/test.sh          |  36 ++++
 .../file/go-server/assembly/mac/dev.sh             |  36 ++++
 .../file/go-server/assembly/mac/release.sh         |  36 ++++
 .../file/go-server/assembly/mac/test.sh            |  36 ++++
 .../file/go-server/assembly/windows/dev.sh         |  36 ++++
 .../file/go-server/assembly/windows/release.sh     |  36 ++++
 .../file/go-server/assembly/windows/test.sh        |  36 ++++
 .../file/go-server/profiles/dev/log.yml            |  28 +++
 .../file/go-server/profiles/dev/server.yml         |  63 +++++++
 golang/shop/README.md                              |  44 +++++
 35 files changed, 1774 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org