[skip ci]Add comment for rocksmq client (#13531)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-16 20:29:14 +08:00 committed by GitHub
parent 8f68b0f42b
commit 966955dcdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ import (
// assertion make sure implementation
var _ Producer = (*producer)(nil)
// producer contains a client instance and topic name
type producer struct {
// client which the producer belong to
c *client