mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
modify 'Root Coord' to 'RootCoord' (#13492)
Signed-off-by: xiangzhou.guo <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
930e9daeaf
commit
4e2de564ce
@ -55,7 +55,7 @@ type IDAllocator struct {
|
||||
PeerID UniqueID
|
||||
}
|
||||
|
||||
// NewIDAllocator creates an ID Allocator allocate Unique and monotonically increasing IDs from Root Coord.
|
||||
// NewIDAllocator creates an ID Allocator allocate Unique and monotonically increasing IDs from RootCoord.
|
||||
func NewIDAllocator(ctx context.Context, idAlloctor idAllocatorInterface, peerID UniqueID) (*IDAllocator, error) {
|
||||
ctx1, cancel := context.WithCancel(ctx)
|
||||
a := &IDAllocator{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user