containerd/vendor/src/google.golang.org/grpc
Mike Danese ea36fe0bb7 vendor: update grpc to v1.0.1-GA
The currently used go-grpc client is rather old (a commit from May).
Since then a GA release has been cut, so let's use that.

Signed-off-by: Mike Danese <mikedanese@google.com>
2016-09-12 11:36:39 -07:00
..
codes Revert "Switch to new vendor directory layout" 2016-03-17 16:10:24 -07:00
credentials vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
grpclog Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
health vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
internal Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
metadata vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
naming vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
peer Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
transport vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
.travis.yml vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
backoff.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
balancer.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
call.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
clientconn.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
codegen.sh Revert "Switch to new vendor directory layout" 2016-03-17 16:10:24 -07:00
CONTRIBUTING.md Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
coverage.sh Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
doc.go Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
interceptor.go Update grpc and protobufs dep (#243) 2016-05-18 09:16:55 -07:00
LICENSE Revert "Switch to new vendor directory layout" 2016-03-17 16:10:24 -07:00
Makefile vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
PATENTS vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
README.md vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
rpc_util.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
server.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
stream.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00
trace.go vendor: update grpc to v1.0.1-GA 2016-09-12 11:36:39 -07:00

#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

GA