From 888aad120c45c111955963839342d8d165009701 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Fri, 19 Nov 2021 17:59:39 +0800 Subject: [PATCH] [skip ci] Fix comment typo (#12122) Signed-off-by: shaoyue.chen --- internal/util/rocksmq/client/rocksmq/consumer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/rocksmq/client/rocksmq/consumer.go b/internal/util/rocksmq/client/rocksmq/consumer.go index e9e0754aee..0467637ccb 100644 --- a/internal/util/rocksmq/client/rocksmq/consumer.go +++ b/internal/util/rocksmq/client/rocksmq/consumer.go @@ -47,7 +47,7 @@ type ConsumerOptions struct { MessageChannel chan Message } -// ConsumerMessage is the message content of a consumer message +// Message is the message content of a consumer message type Message struct { Consumer MsgID UniqueID