From 19bb516aab93cc9d685e9f1e62029094619f0dd4 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Fri, 7 Jan 2022 13:29:28 +0800 Subject: [PATCH] [skip e2e] Fix comment typo for mqclient message (#14988) Signed-off-by: shaoyue.chen --- internal/util/mqclient/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/mqclient/message.go b/internal/util/mqclient/message.go index acc893a7cc..8d69bf1b8e 100644 --- a/internal/util/mqclient/message.go +++ b/internal/util/mqclient/message.go @@ -16,7 +16,7 @@ package mqclient -// ConsumerMessage is the interface that provides operations of a consumer +// Message is the interface that provides operations of a consumer type Message interface { // Topic get the topic from which this message originated from Topic() string