pherzheyu commented on a change in pull request #1773:
URL: https://github.com/apache/dubbo-go/pull/1773#discussion_r828788561
##########
File path: common/constant/version.go
##########
@@ -18,10 +18,7 @@
package constant
const (
- // Version apache/dubbo-go version
- Version = "3.0.0"
- // Name module name
- Name = "dubbogo"
- // Date release date
- DATE = "2021/05/14"
+ Version = "3.0.0" // apache/dubbo-go version
+ Name = "dubbogo" // module name
+ DATE = "2021/05/14" //release date
Review comment:
已修改
##########
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: [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]