mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve comments in mqclient (#10242)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/10274/head
parent
4d7252739d
commit
1493aa1f65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue