cri-o/vendor/google.golang.org/grpc
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
benchmark Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
codes Build and install from GOPATH 2017-01-17 12:09:09 -08:00
credentials Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
Documentation Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
examples Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
grpclog Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
health Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
internal Build and install from GOPATH 2017-01-17 12:09:09 -08:00
interop Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
metadata Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08: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
reflection Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
stress Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
test Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
testdata Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
transport Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
.travis.yml Build and install from GOPATH 2017-01-17 12:09:09 -08:00
backoff.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
backoff_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
balancer.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
balancer_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
call.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
call_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
clientconn.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
clientconn_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
codegen.sh Build and install from GOPATH 2017-01-17 12:09:09 -08:00
CONTRIBUTING.md Build and install from GOPATH 2017-01-17 12:09:09 -08:00
coverage.sh 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
Makefile 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
rpc_util_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
server.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
server_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -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