未验证 提交 a30f422a 编写于 作者: Y yukun 提交者: GitHub

[skip e2e]Add comment for rmq id (#13637)

Signed-off-by: Nfishpenguin <kun.yu@zilliz.com>
上级 98cccda0
......@@ -24,6 +24,7 @@ type rmqID struct {
// Check if rmqID implements MessageID interface
var _ MessageID = &rmqID{}
// Serialize convert rmq message id to []byte
func (rid *rmqID) Serialize() []byte {
return SerializeRmqID(rid.messageID)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册