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 2019/09/18 03:36:25 UTC

[dubbo-go] branch develop updated (ef14088 -> a977cc9)

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

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


    from ef14088  Merge pull request #194 from hxmhlt/config_center
     new 1d85806  add token support
     new bb37d14  fix according review
     new c88b789  fix extension
     new 07ef064  add feature list
     new 0888326  move feature list to readme
     new a977cc9  Merge pull request #202 from xujianhai666/feat-tokencs

The 939 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:
 README.md                                          |  4 +-
 README_CN.md                                       |  4 +-
 common/constant/default.go                         |  2 +-
 common/constant/key.go                             |  1 +
 common/url.go                                      | 13 ++++
 config/service_config.go                           |  6 +-
 .../dubbo/go-server/profiles/dev/server.yml        |  1 +
 filter/impl/token_filter.go                        | 66 +++++++++++++++++
 filter/impl/token_filter_test.go                   | 85 ++++++++++++++++++++++
 go.mod                                             |  1 +
 protocol/dubbo/dubbo_invoker.go                    |  9 +++
 11 files changed, 186 insertions(+), 6 deletions(-)
 create mode 100644 filter/impl/token_filter.go
 create mode 100644 filter/impl/token_filter_test.go