kops/vendor/google.golang.org/grpc
Justin Santa Barbara b1f3ac651f Populate vendor 2017-07-02 13:10:28 -04:00
..
Documentation Populate vendor 2017-07-02 13:10:28 -04:00
benchmark Populate vendor 2017-07-02 13:10:28 -04:00
codes Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
credentials Populate vendor 2017-07-02 13:10:28 -04:00
examples Populate vendor 2017-07-02 13:10:28 -04:00
grpclb Populate vendor 2017-07-02 13:10:28 -04:00
grpclog Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
health Populate vendor 2017-07-02 13:10:28 -04:00
internal Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
interop Populate vendor 2017-07-02 13:10:28 -04:00
metadata Populate vendor 2017-07-02 13:10:28 -04:00
naming Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
peer Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
reflection Populate vendor 2017-07-02 13:10:28 -04:00
stress Populate vendor 2017-07-02 13:10:28 -04:00
test Populate vendor 2017-07-02 13:10:28 -04:00
testdata Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
transport Populate vendor 2017-07-02 13:10:28 -04:00
.travis.yml Populate vendor 2017-07-02 13:10:28 -04:00
CONTRIBUTING.md Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
LICENSE Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
Makefile Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
PATENTS Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
README.md Populate vendor 2017-07-02 13:10:28 -04:00
backoff.go Populate vendor 2017-07-02 13:10:28 -04:00
backoff_test.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
balancer.go Populate vendor 2017-07-02 13:10:28 -04:00
balancer_test.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
call.go Populate vendor 2017-07-02 13:10:28 -04:00
call_test.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
clientconn.go Populate vendor 2017-07-02 13:10:28 -04:00
clientconn_test.go Populate vendor 2017-07-02 13:10:28 -04:00
codegen.sh Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
coverage.sh Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
doc.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
interceptor.go Populate vendor 2017-07-02 13:10:28 -04:00
rpc_util.go Populate vendor 2017-07-02 13:10:28 -04:00
rpc_util_test.go Populate vendor 2017-07-02 13:10:28 -04:00
server.go Populate vendor 2017-07-02 13:10:28 -04:00
server_test.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02:00
stream.go Populate vendor 2017-07-02 13:10:28 -04:00
trace.go Getting deps up to speed for the server 2017-03-28 11:10:21 +02: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