[skip ci] Refine datacoord allocator comment (#12985)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12999/head
edward.zeng 2021-12-08 17:35:06 +08:00 committed by GitHub
parent 719dc34ed1
commit 8ca248dce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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