1
0
mirror of https://github.com/rancher/os.git synced 2025-08-25 17:59:17 +00:00
os/vendor/google.golang.org/grpc
Darren Shepherd a14846152b Update vendor
2016-05-31 18:14:32 -07:00
..
codes Update vendor 2016-05-31 18:14:32 -07:00
credentials Update vendor 2016-05-31 18:14:32 -07:00
grpclog Update vendor 2016-05-31 18:14:32 -07:00
internal Update vendor 2016-05-31 18:14:32 -07:00
metadata Update vendor 2016-05-31 18:14:32 -07:00
naming Update vendor 2016-05-31 18:14:32 -07:00
peer Update vendor 2016-05-31 18:14:32 -07:00
transport Update vendor 2016-05-31 18:14:32 -07:00
.travis.yml Update vendor 2016-05-31 18:14:32 -07:00
backoff.go Update vendor 2016-05-31 18:14:32 -07:00
call.go Update vendor 2016-05-31 18:14:32 -07:00
clientconn.go Update vendor 2016-05-31 18:14:32 -07:00
codegen.sh Update vendor 2016-05-31 18:14:32 -07:00
CONTRIBUTING.md Update vendor 2016-05-31 18:14:32 -07:00
coverage.sh Update vendor 2016-05-31 18:14:32 -07:00
doc.go Update vendor 2016-05-31 18:14:32 -07:00
interceptor.go Update vendor 2016-05-31 18:14:32 -07:00
LICENSE Update vendor 2016-05-31 18:14:32 -07:00
Makefile Update vendor 2016-05-31 18:14:32 -07:00
PATENTS Update vendor 2016-05-31 18:14:32 -07:00
picker.go Update vendor 2016-05-31 18:14:32 -07:00
README.md Update vendor 2016-05-31 18:14:32 -07:00
rpc_util.go Update vendor 2016-05-31 18:14:32 -07:00
server.go Update vendor 2016-05-31 18:14:32 -07:00
stream.go Update vendor 2016-05-31 18:14:32 -07:00
trace.go Update vendor 2016-05-31 18:14:32 -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

Beta release