mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for setID (#14841)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14845/head
parent
47b89ba84a
commit
2327d53915
|
@ -80,6 +80,7 @@ func (bt *BaseTask) ID() UniqueID {
|
|||
return bt.id
|
||||
}
|
||||
|
||||
// setID set the ID for the task.
|
||||
func (bt *BaseTask) setID(id UniqueID) {
|
||||
bt.id = id
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue