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