Alanxtl commented on code in PR #668:
URL: https://github.com/apache/dubbo-go-pixiu/pull/668#discussion_r2055841301


##########
pkg/cluster/healthcheck/tcp.go:
##########
@@ -14,30 +14,20 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package healthcheck
 
 import (
-       "net"
        "time"
 )
 
-import (
-       "github.com/apache/dubbo-go-pixiu/pkg/logger"
-)
-
 type TCPChecker struct {
-       addr    string
+       address string

Review Comment:
   在```pkg/model/base.go```里面和其他model里面定义的ip地址也都是使用address,我想的是和model里面定义的保持一致



-- 
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