You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/03/15 11:13:24 UTC

[GitHub] [dubbo-go] Lvnszn commented on a change in pull request #1773: Doc: more readable document

Lvnszn commented on a change in pull request #1773:
URL: https://github.com/apache/dubbo-go/pull/1773#discussion_r826852820



##########
File path: common/constant/key.go
##########
@@ -291,62 +290,42 @@ const (
 
 // Use for router module
 const (
-	// TagRouterRuleSuffix Specify tag router suffix
-	TagRouterRuleSuffix = ".tag-router"
-	// ConditionRouterRuleSuffix Specify condition router suffix
-	ConditionRouterRuleSuffix = ".condition-router"
-	// MeshRouteSuffix Specify mesh router suffix
-	MeshRouteSuffix = ".MESHAPPRULE"
-	// ForceUseTag is the tag in attachment
-	ForceUseTag = "dubbo.force.tag"
-	Tagkey      = "dubbo.tag"
-	// AttachmentKey in context in invoker
-	AttachmentKey       = DubboCtxKey("attachment")
-	TagRouterFactoryKey = "tag"
-	V3RouterFactoryKey  = "mesh"
+	TagRouterRuleSuffix       = ".tag-router"             // Specify tag router suffix
+	ConditionRouterRuleSuffix = ".condition-router"       // Specify condition router suffix
+	MeshRouteSuffix           = ".MESHAPPRULE"            // Specify mesh router suffix
+	ForceUseTag               = "dubbo.force.tag"         // the tag in attachment
+	Tagkey                    = "dubbo.tag"               //  key of tag

Review comment:
       多了个 空格




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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