mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Refine datacoord allocator comment (#12985)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
719dc34ed1
commit
8ca248dce6
@ -31,6 +31,7 @@ type allocator interface {
|
||||
allocID(context.Context) (UniqueID, error)
|
||||
}
|
||||
|
||||
// make sure rootCoordAllocator implements allocator interface
|
||||
var _ allocator = (*rootCoordAllocator)(nil)
|
||||
|
||||
// rootCoordAllocator use RootCoord as allocator
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user