mark4z commented on a change in pull request #364:
URL: https://github.com/apache/dubbo-go-pixiu/pull/364#discussion_r810457435



##########
File path: pkg/filter/sentinel/config.go
##########
@@ -15,26 +15,15 @@
  * limitations under the License.
  */
 
-package ratelimit
-
-import (
-       "github.com/alibaba/sentinel-golang/core/flow"
-)
+package sentinel
 
 const (
-       EXACT    MatchStrategy = 0
-       REGEX    MatchStrategy = 1
-       ANT_PATH MatchStrategy = 2
+       EXACT MatchStrategy = iota
+       REGEX
+       AntPath

Review comment:
       ANT_PATH?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to