Gucvii commented on code in PR #2868:
URL: https://github.com/apache/dubbo-go/pull/2868#discussion_r2084604313
##########
global/service_config.go:
##########
@@ -46,6 +48,7 @@ type ServiceConfig struct {
ParamSign string `yaml:"param.sign"
json:"param.sign,omitempty" property:"param.sign"`
Tag string `yaml:"tag"
json:"tag,omitempty" property:"tag"`
TracingKey string `yaml:"tracing-key"
json:"tracing-key,omitempty" propertiy:"tracing-key"`
+ Weight int64 `yaml:"weight"
json:"weight,omitempty" property:"weight"`
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]