This commit is contained in:
Chris Lu
2018-11-23 00:26:15 -08:00
parent 444dfded84
commit 86dd933596
12 changed files with 28 additions and 27 deletions

View File

@@ -1,9 +1,10 @@
package operation
import (
"fmt"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"context"
"fmt"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
)
type VolumeAssignRequest struct {

View File

@@ -4,14 +4,14 @@ import (
"fmt"
"strconv"
"strings"
"sync"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"github.com/chrislusf/seaweedfs/weed/util"
"sync"
"google.golang.org/grpc"
)
)
var (
grpcClients = make(map[string]*grpc.ClientConn)