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

@@ -19,8 +19,8 @@ import (
"github.com/chrislusf/seaweedfs/weed/util"
_ "github.com/chrislusf/seaweedfs/weed/statik"
statik "github.com/rakyll/statik/fs"
"github.com/gorilla/mux"
statik "github.com/rakyll/statik/fs"
)
var serverStats *stats.ServerStats

View File

@@ -1,8 +1,9 @@
package weed_server
import (
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
"context"
"github.com/chrislusf/seaweedfs/weed/pb/master_pb"
)
func (ms *MasterServer) LookupVolume(ctx context.Context, req *master_pb.LookupVolumeRequest) (*master_pb.LookupVolumeResponse, error) {