[skip e2e]Add comment for pulsar reader (#14114)

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

View File

@ -6,6 +6,7 @@ import (
"github.com/apache/pulsar-client-go/pulsar"
)
// pulsarReader contains a pulsar reader
type pulsarReader struct {
r pulsar.Reader
}