mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Fix id typo error (#10500)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
2e08e393ba
commit
f7d6fce513
@ -40,7 +40,7 @@ type idAllocatorInterface interface {
|
|||||||
AllocID(ctx context.Context, req *rootcoordpb.AllocIDRequest) (*rootcoordpb.AllocIDResponse, error)
|
AllocID(ctx context.Context, req *rootcoordpb.AllocIDRequest) (*rootcoordpb.AllocIDResponse, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// IDAllocator allocate Unique and monotonically increasing IDs from Root Coord.
|
// IDAllocator allocates Unique and monotonically increasing IDs from Root Coord.
|
||||||
// It could also batch allocate for less root coord server access
|
// It could also batch allocate for less root coord server access
|
||||||
type IDAllocator struct {
|
type IDAllocator struct {
|
||||||
Allocator
|
Allocator
|
||||||
|
Loading…
Reference in New Issue
Block a user