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:33 UTC

[dubbo-samples] 22/26: Merge pull request #10 from DogBaoBao/feature/standard

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 15b88a6d45d0663bcd13104bfbc540432afd1b76
Merge: a9769e2 eed2798
Author: Joe Zou <yi...@gmail.com>
AuthorDate: Tue Sep 15 17:34:45 2020 +0800

    Merge pull request #10 from DogBaoBao/feature/standard
    
    Add service both consumer and provider

 golang/README.md                                   | 10 ++-
 golang/shop/dubbo/go-service-order/app/order.go    | 74 ++++++++++++++++++
 golang/shop/dubbo/go-service-order/app/product.go  | 58 ++++++++++++++
 golang/shop/dubbo/go-service-order/app/service.go  | 77 ++++++++++++++++++
 golang/shop/dubbo/go-service-order/app/version.go  | 28 +++++++
 .../dubbo/go-service-order/profiles/client.yml     | 65 ++++++++++++++++
 .../shop/dubbo/go-service-order/profiles/log.yml   | 28 +++++++
 .../dubbo/go-service-order/profiles/server.yml     | 58 ++++++++++++++
 .../shop/dubbo/go-service-product/app/product.go   | 67 ++++++++++++++++
 .../shop/dubbo/go-service-product/app/service.go   | 76 ++++++++++++++++++
 .../shop/dubbo/go-service-product/app/version.go   | 22 ++++++
 .../shop/dubbo/go-service-product/profiles/log.yml | 28 +++++++
 .../dubbo/go-service-product/profiles/server.yml   | 58 ++++++++++++++
 golang/shop/dubbo/go-service-user/app/order.go     | 69 +++++++++++++++++
 golang/shop/dubbo/go-service-user/app/service.go   | 90 ++++++++++++++++++++++
 golang/shop/dubbo/go-service-user/app/version.go   | 22 ++++++
 .../shop/dubbo/go-service-user/profiles/client.yml | 61 +++++++++++++++
 golang/shop/dubbo/go-service-user/profiles/log.yml | 28 +++++++
 18 files changed, 918 insertions(+), 1 deletion(-)



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