mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip ci]Fix golint error in minio_kv (#10699)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
49e23ebc85
commit
58d202f200
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user