[skip ci]Improve comments in mqclient (#10242)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/10274/head
Xiangyu Wang 2021-10-20 10:52:35 +08:00 committed by GitHub
parent 4d7252739d
commit 1493aa1f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Client interface {
// String to msg ID
StringToMsgID(string) (MessageID, error)
// Bytes to msg ID
// Deserialize MessageId from a byte array
BytesToMsgID([]byte) (MessageID, error)
// Close the client and free associated resources