[skip ci]Fix mqclient producer fmt (#9774)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-10-13 12:44:33 +08:00 committed by GitHub
parent aac6323cff
commit 31c3942ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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