mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix grammar mistake in rocksmq (#13916)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/13923/head
parent
75010777df
commit
cb0cbe2a37
|
@ -13,7 +13,7 @@ package rocksmq
|
|||
|
||||
import "context"
|
||||
|
||||
// ProducerMessage that will be write to rocksdb
|
||||
// ProducerMessage that will be written to rocksdb
|
||||
type ProducerMessage struct {
|
||||
Payload []byte
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue