[skip e2e] Add comment for baseTaskQueue (#15170)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/15142/merge
Jiquan Long 2022-01-12 10:59:37 +08:00 committed by GitHub
parent 5d91fb3c70
commit 3bf34f6326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ type taskQueue interface {
getMaxTaskNum() int64
}
// make sure baseTaskQueue implements taskQueue.
var _ taskQueue = (*baseTaskQueue)(nil)
// baseTaskQueue implements taskQueue.