prometheus/vendor/google.golang.org/grpc
2016-08-30 17:19:18 +02:00
..
codes Update vendoring 2016-08-30 17:19:18 +02:00
credentials Update vendoring. 2016-08-30 17:19:18 +02:00
grpclog Update vendoring 2016-08-30 17:19:18 +02:00
internal Update vendoring 2016-08-30 17:19:18 +02:00
metadata Update vendoring 2016-08-30 17:19:18 +02:00
naming Update vendoring 2016-08-30 17:19:18 +02:00
peer Update vendoring 2016-08-30 17:19:18 +02:00
transport Update vendoring. 2016-08-30 17:19:18 +02:00
backoff.go Update vendoring 2016-08-30 17:19:18 +02:00
balancer.go Update vendoring 2016-08-30 17:19:18 +02:00
call.go Update vendoring. 2016-08-30 17:19:18 +02:00
clientconn.go Update vendoring. 2016-08-30 17:19:18 +02:00
codegen.sh Update vendoring 2016-08-30 17:19:18 +02:00
CONTRIBUTING.md Update vendoring 2016-08-30 17:19:18 +02:00
coverage.sh Update vendoring 2016-08-30 17:19:18 +02:00
doc.go Update vendoring 2016-08-30 17:19:18 +02:00
interceptor.go Update vendoring 2016-08-30 17:19:18 +02:00
LICENSE Update vendoring 2016-08-30 17:19:18 +02:00
Makefile Update vendoring 2016-08-30 17:19:18 +02:00
PATENTS Update vendoring 2016-08-30 17:19:18 +02:00
README.md Update vendoring. 2016-08-30 17:19:18 +02:00
rpc_util.go Update vendoring 2016-08-30 17:19:18 +02:00
server.go Update vendoring. 2016-08-30 17:19:18 +02:00
stream.go Update vendoring. 2016-08-30 17:19:18 +02:00
trace.go Update vendoring 2016-08-30 17:19:18 +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

GA