mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add implementation assertion for taskQueue (#15023)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/15029/head
parent
149e049f04
commit
92b466800f
|
@ -55,6 +55,8 @@ type taskQueue interface {
|
|||
getMaxTaskNum() int64
|
||||
}
|
||||
|
||||
var _ taskQueue = (*baseTaskQueue)(nil)
|
||||
|
||||
// baseTaskQueue implements taskQueue.
|
||||
type baseTaskQueue struct {
|
||||
unissuedTasks *list.List
|
||||
|
|
Loading…
Reference in New Issue