kompose/vendor/google.golang.org/grpc
Tomas Kral 1f8a0e06c9
Upgrade OpenShift and its dependencies.
OpenShift version 1.4.0-alpha.0
2016-10-18 12:04:00 +02:00
..
codes Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
credentials Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
grpclog Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
internal Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
metadata Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
naming Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
peer Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
transport Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
.travis.yml Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
backoff.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
balancer.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
call.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
clientconn.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
codegen.sh Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
CONTRIBUTING.md Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
coverage.sh Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
doc.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
interceptor.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
LICENSE Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
Makefile Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
PATENTS Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
README.md Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
rpc_util.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
server.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
stream.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
trace.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02: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