KamToHung commented on code in PR #3034:
URL: https://github.com/apache/dubbo-go/pull/3034#discussion_r2444915001
##########
client/options.go:
##########
@@ -478,6 +480,12 @@ func setTLS(tls *global.TLSConfig) ReferenceOption {
}
}
+func setProtocols(protocols map[string]*global.ProtocolConfig) ReferenceOption
{
Review Comment:
> add comment
我添加下注释
##########
client/options.go:
##########
@@ -937,6 +947,12 @@ func SetClientTLS(tls *global.TLSConfig) ClientOption {
}
}
+func SetProtocols(protocols map[string]*global.ProtocolConfig) ClientOption {
Review Comment:
> add 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]