minikube/vendor/google.golang.org/grpc
minikube-bot b216ec81bf Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
..
codes added localkube and dependencies 2016-05-04 01:54:00 -07:00
credentials Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00: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 Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00: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 Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
.travis.yml Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00: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 Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
backoff.go Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
balancer.go Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
call.go Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
clientconn.go Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00: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 Upgrade to k8s v1.4.0-alpha.2 2016-09-29 15:57:24 -07:00
rpc_util.go Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
server.go Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
stream.go Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00: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

Beta release