未验证 提交 60076888 编写于 作者: S sunby 提交者: GitHub

[skip ci]Add comment for NewDeregisterPolicy (#10133)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 09435300
......@@ -82,6 +82,7 @@ func (f *ConsistentHashChannelPolicyFactory) NewRegisterPolicy() RegisterPolicy
return ConsistentHashRegisterPolicy(f.hashring)
}
// NewDeregisterPolicy create a new dereigster policy
func (f *ConsistentHashChannelPolicyFactory) NewDeregisterPolicy() DeregisterPolicy {
return ConsistentHashDeregisterPolicy(f.hashring)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册