mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for internal/proxy/task.go (#14031)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14006/head
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…
Reference in New Issue