[skip e2e]Add comment for rocksmq client (#14115)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/14148/head
yukun 2021-12-24 10:47:56 +08:00 committed by GitHub
parent e510832627
commit 9a8f53fb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import (
"github.com/milvus-io/milvus/internal/util/rocksmq/client/rocksmq"
)
// rmqClient contains a rocksmq client
type rmqClient struct {
client rocksmq.Client
}