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 2020/01/09 03:02:52 UTC

[dubbo-go] branch develop updated: add GenericServiceFilter in README.md

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 3110d49  add GenericServiceFilter in README.md
     new 2c86ec0  Merge pull request #310 from Patrick0308/modify-readme
3110d49 is described below

commit 3110d49ef2fbaae792a0ba44811986375f30f59f
Author: Patrick <dr...@foxmail.com>
AuthorDate: Wed Jan 8 21:41:36 2020 +0800

    add GenericServiceFilter in README.md
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 694f009..b54568c 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ Finished List:
     * [AccessLogFilter](https://github.com/apache/dubbo-go/pull/214)
     * [TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)
     * [ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
+    * [GenericServiceFilter](https://github.com/apache/dubbo-go/pull/291)
     
 - Invoke
     * [generic invoke](https://github.com/apache/dubbo-go/pull/122)