etcd/cmd/vendor/google.golang.org/grpc
Gyu-Ho Lee 12d01bb1eb vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
..
codes vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
credentials vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
grpclog vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
internal godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
metadata vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
naming vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
peer vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
transport vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
.travis.yml godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
CONTRIBUTING.md godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
LICENSE vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
Makefile godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
PATENTS vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
README.md godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
backoff.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
call.go godeps: update grpc dependency 2016-04-06 01:30:06 -07:00
clientconn.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
codegen.sh vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
coverage.sh vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
doc.go vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
interceptor.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
picker.go vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
rpc_util.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
server.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
stream.go vendor: update grpc, gogo/protobuf 2016-04-25 14:10:58 -07:00
trace.go vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00

README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.

Installation

To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Prerequisites

This requires Go 1.5 or later .

Constraints

The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Status

Beta release