adding basic grpc to volume server

This commit is contained in:
Chris Lu
2018-10-11 01:16:33 -07:00
parent 64ed47502b
commit 556382ff5f
8 changed files with 364 additions and 12 deletions

View File

@@ -1,10 +1,11 @@
package weed_server
import (
"net/http"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/security"
"github.com/chrislusf/seaweedfs/weed/storage"
"net/http"
)
type VolumeServer struct {