mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix mqclient producer fmt (#9774)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
aac6323cff
commit
31c3942ca7
@ -22,7 +22,7 @@ type ProducerOptions struct {
|
||||
// ProducerMessage contains the messages of a producer
|
||||
type ProducerMessage struct {
|
||||
// Payload get the payload of the message
|
||||
Payload []byte
|
||||
Payload []byte
|
||||
// Properties are application defined key/value pairs that will be attached to the message.
|
||||
// Return the properties attached to the message.
|
||||
Properties map[string]string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user