mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator typo (#10878)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10913/head
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…
Reference in New Issue