cri-o/vendor/google.golang.org/grpc
Mrunal Patel 303a3929b2 Update the kubernetes api to latest
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-09-09 14:41:03 -07:00
..
codes godep: Vendor dependencies 2016-09-09 14:41:03 -07:00
credentials Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
grpclog Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
internal Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
metadata Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
naming Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
peer Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
transport Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
.travis.yml Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
backoff.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
balancer.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
call.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
clientconn.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
codegen.sh godep: Vendor dependencies 2016-09-09 14:41:03 -07:00
CONTRIBUTING.md Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
coverage.sh Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
doc.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
interceptor.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
LICENSE godep: Vendor dependencies 2016-09-09 14:41:03 -07:00
Makefile Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
PATENTS Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
README.md Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
rpc_util.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
server.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
stream.go Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
trace.go Update the kubernetes api to latest 2016-09-09 14:41:03 -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