cadvisor/vendor/google.golang.org/grpc
Vishnu kannan 4c0d60d9de update libcontainer deps
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -07:00
..
codes moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
credentials moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
grpclog moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
metadata moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
naming moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
peer moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
transport moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
.travis.yml moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
call.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
clientconn.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
codegen.sh moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
CONTRIBUTING.md moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
coverage.sh moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
doc.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
LICENSE moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
Makefile moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
PATENTS moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
picker.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
README.md moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
rpc_util.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
server.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07:00
stream.go update libcontainer deps 2016-07-19 12:35:14 -07:00
trace.go moving deps to vendor subdirectory 2016-07-11 12:19:43 -07: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 1.4 or above 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.4 or above.

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