tree: f67368bd94a640d6354b69e2dd70b6b6c33b81d8 [path history] [tgz]
  1. batch_find.go
  2. common.go
  3. parser.go
  4. parser_test.go
  5. README.md
  6. services.go
  7. services.pb.go
  8. services.proto
  9. types.go
server/core/proto/README.md

service-center support for grpc

  1. Download ‘protoc’ compiler, https://github.com/google/protobuf/releases
  2. git clone -b v1.0.0 https://github.com/golang/protobuf $GOPATH/src/github.com/golang/protobuf
  3. Install the go-grpc plugin, go get github.com/golang/protobuf/protoc-gen-go
  4. Compile the service.proto file, protoc --go_out=plugins=grpc:. services.proto