minikube/vendor/google.golang.org/grpc
Matt Rickard ca64c1138d Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
..
codes added localkube and dependencies 2016-05-04 01:54:00 -07:00
credentials Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
grpclog added localkube and dependencies 2016-05-04 01:54:00 -07:00
internal Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
metadata Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
naming Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
peer added localkube and dependencies 2016-05-04 01:54:00 -07:00
transport Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
.travis.yml Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
CONTRIBUTING.md Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
LICENSE added localkube and dependencies 2016-05-04 01:54:00 -07:00
Makefile Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
PATENTS Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
README.md Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
backoff.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
balancer.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
call.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
clientconn.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
codegen.sh Update k8s. 2016-06-10 09:43:46 -07:00
coverage.sh Update k8s. 2016-06-10 09:43:46 -07:00
doc.go Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
interceptor.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
rpc_util.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
server.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
stream.go Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
trace.go Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07: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