mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Fix golint error in minio_kv (#10701)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
4ca4c81ce3
commit
dcac9c71b1
@ -249,6 +249,7 @@ func (kv *MinIOKV) MultiRemove(keys []string) error {
|
||||
return resultErr
|
||||
}
|
||||
|
||||
// LoadPartial loads partial data ranged in [start, end) with @key.
|
||||
func (kv *MinIOKV) LoadPartial(key string, start, end int64) ([]byte, error) {
|
||||
switch {
|
||||
case start < 0 || end < 0:
|
||||
|
Loading…
Reference in New Issue
Block a user