mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Fix allocator typo (#10878)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
e33a02326b
commit
6d54bb20a7
@ -22,7 +22,7 @@ import (
|
|||||||
"github.com/milvus-io/milvus/internal/util/typeutil"
|
"github.com/milvus-io/milvus/internal/util/typeutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GIDAllocator is interface for GlobalIDAllocator.
|
// GIDAllocator is an interface for GlobalIDAllocator.
|
||||||
// Alloc allocates the id of the count number.
|
// Alloc allocates the id of the count number.
|
||||||
// AllocOne allocates one id.
|
// AllocOne allocates one id.
|
||||||
// UpdateID update timestamp of allocator.
|
// UpdateID update timestamp of allocator.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user