mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine datacoord allocator comment (#12985)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12999/head
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…
Reference in New Issue