This commit is contained in:
Chris Lu
2018-07-28 21:02:56 -07:00
parent 7214a8e265
commit d3205a0070
5 changed files with 17 additions and 16 deletions

View File

@@ -2,12 +2,12 @@ package wdclient
import (
"context"
"time"
"fmt"
"time"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/glog"
)
type MasterClient struct {