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

[skip ci]Add comment for NewAssignPolicy (#10222)

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