podman/vendor/google.golang.org/grpc
Matthew Heon a031b83a09 Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2017-11-01 11:24:59 -04:00
..
codes Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
credentials Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
grpclog Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
internal Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
metadata Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
naming Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
peer Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
transport Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
backoff.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
balancer.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
call.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
clientconn.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
doc.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
interceptor.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
PATENTS Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
rpc_util.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
server.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
stream.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
trace.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04: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

GA