cri-o/vendor/google.golang.org/grpc
Antonio Murdaca 148e72d81e
vendor: remove dep and use vndr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-07 00:04:21 +02:00
..
codes Build and install from GOPATH 2017-01-17 12:09:09 -08:00
credentials vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
grpclog vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
internal Build and install from GOPATH 2017-01-17 12:09:09 -08:00
metadata vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
naming Build and install from GOPATH 2017-01-17 12:09:09 -08:00
peer Build and install from GOPATH 2017-01-17 12:09:09 -08:00
transport vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
backoff.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
balancer.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
call.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
clientconn.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
doc.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interceptor.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
LICENSE Build and install from GOPATH 2017-01-17 12:09:09 -08:00
PATENTS Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.md Build and install from GOPATH 2017-01-17 12:09:09 -08:00
rpc_util.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
server.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
stream.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
trace.go Build and install from GOPATH 2017-01-17 12:09:09 -08: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