mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for proxy task (#15089)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
cea5853cfb
commit
2e8dd74c7e
@ -4897,18 +4897,22 @@ type DropAliasTask struct {
|
||||
result *commonpb.Status
|
||||
}
|
||||
|
||||
// TraceCtx returns the context for trace
|
||||
func (d *DropAliasTask) TraceCtx() context.Context {
|
||||
return d.ctx
|
||||
}
|
||||
|
||||
// ID returns the MsgID
|
||||
func (d *DropAliasTask) ID() UniqueID {
|
||||
return d.Base.MsgID
|
||||
}
|
||||
|
||||
// SetID sets the MsgID
|
||||
func (d *DropAliasTask) SetID(uid UniqueID) {
|
||||
d.Base.MsgID = uid
|
||||
}
|
||||
|
||||
// Name returns the name of the task
|
||||
func (d *DropAliasTask) Name() string {
|
||||
return DropAliasTaskName
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user