This commit is contained in:
Chris Lu
2018-10-14 00:30:20 -07:00
parent 249eeccf32
commit 91ac2e0dd9
7 changed files with 11 additions and 12 deletions

View File

@@ -1,15 +1,14 @@
package operation
import (
"context"
"errors"
"fmt"
"net/http"
"strings"
"sync"
"net/http"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"context"
"fmt"
)
type DeleteResult struct {