cri-o/vendor/google.golang.org/grpc
Antonio Murdaca d56bf090ce
*: update kube vendor to v1.7.4
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-08-22 17:32:14 +02:00
..
codes Build and install from GOPATH 2017-01-17 12:09:09 -08:00
credentials *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
grpclog vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
internal Build and install from GOPATH 2017-01-17 12:09:09 -08:00
metadata *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
naming Build and install from GOPATH 2017-01-17 12:09:09 -08:00
peer Build and install from GOPATH 2017-01-17 12:09:09 -08:00
transport *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
LICENSE Build and install from GOPATH 2017-01-17 12:09:09 -08:00
PATENTS Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.md *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
backoff.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
balancer.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
call.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
clientconn.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
doc.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interceptor.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
rpc_util.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
server.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
stream.go *: update kube vendor to v1.7.4 2017-08-22 17:32:14 +02:00
trace.go Build and install from GOPATH 2017-01-17 12:09:09 -08: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

GA