mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for internal/proxy/task.go (#14031)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
d905d2ab6c
commit
e8ebd926e0
@ -4820,14 +4820,17 @@ func (c *CreateAliasTask) Type() commonpb.MsgType {
|
||||
return c.Base.MsgType
|
||||
}
|
||||
|
||||
// BeginTs returns the ts
|
||||
func (c *CreateAliasTask) BeginTs() Timestamp {
|
||||
return c.Base.Timestamp
|
||||
}
|
||||
|
||||
// EndTs returns the ts
|
||||
func (c *CreateAliasTask) EndTs() Timestamp {
|
||||
return c.Base.Timestamp
|
||||
}
|
||||
|
||||
// SetTs sets the ts
|
||||
func (c *CreateAliasTask) SetTs(ts Timestamp) {
|
||||
c.Base.Timestamp = ts
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user