aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/delete_content.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-24 19:03:02 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-24 19:03:02 -0800
commit17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95 (patch)
tree16817aa710170550530543e7b1c0f0effd2b2400 /weed/operation/delete_content.go
parent9bcb28a3eabcb2c869afc52da6b0341e8e2d8427 (diff)
parent00707ec00fb8016ac9ef8858a01a9784a6aee1a0 (diff)
downloadseaweedfs-17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95.tar.xz
seaweedfs-17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95.zip
Merge branch 'mount_from_outside_cluster'
Diffstat (limited to 'weed/operation/delete_content.go')
-rw-r--r--weed/operation/delete_content.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/weed/operation/delete_content.go b/weed/operation/delete_content.go
index 9868a411d..65baaddf2 100644
--- a/weed/operation/delete_content.go
+++ b/weed/operation/delete_content.go
@@ -4,12 +4,11 @@ import (
"context"
"errors"
"fmt"
+ "google.golang.org/grpc"
"net/http"
"strings"
"sync"
- "google.golang.org/grpc"
-
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)