mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for set taskID (#9835)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
ddf0cd2174
commit
c84600a496
@ -125,6 +125,7 @@ func (bt *BaseTask) ID() UniqueID {
|
||||
return bt.taskID
|
||||
}
|
||||
|
||||
// SetID function sets the trigger task with a unique id, which is allocated by tso
|
||||
func (bt *BaseTask) SetID(id UniqueID) {
|
||||
bt.taskID = id
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user