[skip e2e]Add comment for rocksmq producer (#14116)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-24 10:53:50 +08:00 committed by GitHub
parent e19708566f
commit 5f5c764e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ import (
var _ Producer = (*rmqProducer)(nil)
// rmqProducer contains a rocksmq producer
type rmqProducer struct {
p rocksmq.Producer
}