未验证 提交 653ba91c 编写于 作者: G godchen 提交者: GitHub

[skip ci ]Add join id path comment (#9718)

Signed-off-by: Ngodchen <qingxiang.chen@zilliz.com>
上级 806973fe
......@@ -79,6 +79,7 @@ func (alloc *allocator) genKey(isalloc bool, ids ...UniqueID) (string, error) {
return JoinIDPath(ids...), nil
}
// JoinIDPath joins ids to path format.
func JoinIDPath(ids ...UniqueID) string {
idStr := make([]string, len(ids))
for _, id := range ids {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册