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

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-17 22:12:54 +08:00 committed by GitHub
parent a30f422a4c
commit 0456188dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ func (rm *rmqMessage) Properties() map[string]string {
return nil
}
// Payload returns the payload of rocksmq message
func (rm *rmqMessage) Payload() []byte {
return rm.msg.Payload
}