The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Julius Volz d8ce6e5849 Update vendoring. 8 years ago
..
codes Update vendoring 8 years ago
credentials Update vendoring. 8 years ago
grpclog Update vendoring 8 years ago
internal Update vendoring 8 years ago
metadata Update vendoring 8 years ago
naming Update vendoring 8 years ago
peer Update vendoring 8 years ago
transport Update vendoring. 8 years ago
CONTRIBUTING.md Update vendoring 8 years ago
LICENSE Update vendoring 8 years ago
Makefile Update vendoring 8 years ago
PATENTS Update vendoring 8 years ago
README.md Update vendoring. 8 years ago
backoff.go Update vendoring 8 years ago
balancer.go Update vendoring 8 years ago
call.go Update vendoring. 8 years ago
clientconn.go Update vendoring. 8 years ago
codegen.sh Update vendoring 8 years ago
coverage.sh Update vendoring 8 years ago
doc.go Update vendoring 8 years ago
interceptor.go Update vendoring 8 years ago
rpc_util.go Update vendoring 8 years ago
server.go Update vendoring. 8 years ago
stream.go Update vendoring. 8 years ago
trace.go Update vendoring 8 years ago

README.md

#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