You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/25 05:30:59 UTC

[dubbo-go] branch 1.5 updated (e92358f -> 96e3f2b)

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

alexstocks pushed a change to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from e92358f  Merge pull request #1007 from LaurenceLiZhixin/fix/gracefulShutdown
     new 39f5bfe  feat: add config api
     new 0135e95  fix: split import block
     new f671d4b  fix: fmt
     new cea0a55  fix: add api test
     new 042a53f  fix: liscence
     new 8354e91  fix: some style bug
     new 2a3269a  fix: add comment
     new 96e3f2b  Merge pull request #1020 from LaurenceLiZhixin/feat/config-api

The 3686 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:
 config/config_api.go      | 556 ++++++++++++++++++++++++++++++++++++++++++++++
 config/config_api_test.go | 178 +++++++++++++++
 2 files changed, 734 insertions(+)
 create mode 100644 config/config_api.go
 create mode 100644 config/config_api_test.go