优化etcd服务发现

This commit is contained in:
boyce
2024-04-25 18:27:47 +08:00
parent 81625635ba
commit 1d970de0f9
4 changed files with 16 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ package cluster
type OperType int
type FunDelNode func (nodeId string,immediately bool)
type FunDelNode func (nodeId string)
type FunSetNode func(nodeInfo *NodeInfo)
type IServiceDiscovery interface {