[skip e2e]Add comment for rmq message (#13627)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/13662/head
yukun 2021-12-17 19:28:41 +08:00 committed by GitHub
parent e191b23249
commit c55d49f732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func (rm *rmqMessage) Payload() []byte {
return rm.msg.Payload
}
// ID returns the id of rocksmq message
func (rm *rmqMessage) ID() MessageID {
return &rmqID{messageID: rm.msg.MsgID}
}