mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix comment typo for mqclient message (#14988)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/15002/head
parent
0b74c62aed
commit
19bb516aab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue