[skip ci]Fix golint error in minio_kv (#10699)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-26 22:36:53 +08:00 committed by GitHub
parent 49e23ebc85
commit 58d202f200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ import (
"go.uber.org/zap"
)
// MinIOKV implements DataKV interface and relies on underling MinIO service.
// MinIOKV object contains a client which can be used to access the MinIO service.
type MinIOKV struct {
ctx context.Context
minioClient *minio.Client