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

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

View File

@ -23,6 +23,7 @@ type rmqMessage struct {
msg rocksmq.Message
}
// Topic returns the topic name of rocksmq message
func (rm *rmqMessage) Topic() string {
return rm.msg.Topic
}