mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +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"
|
||||
)
|
||||
|
||||
// GIDAllocator is interface for GlobalIDAllocator.
|
||||
// GIDAllocator is an interface for GlobalIDAllocator.
|
||||
// Alloc allocates the id of the count number.
|
||||
// AllocOne allocates one id.
|
||||
// UpdateID update timestamp of allocator.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user