mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for taskID (#9833)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
59daccf67c
commit
ddf0cd2174
@ -120,6 +120,7 @@ func newBaseTask(ctx context.Context, triggerType querypb.TriggerCondition) *Bas
|
||||
return baseTask
|
||||
}
|
||||
|
||||
// ID function returns the unique taskID of the trigger task
|
||||
func (bt *BaseTask) ID() UniqueID {
|
||||
return bt.taskID
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user