Akihiro Suda 5a1b06d7fd rerun vndr 8 лет назад
..
codes f2614f2107 project: use vndr for vendoring 8 лет назад
credentials 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
grpclog f2614f2107 project: use vndr for vendoring 8 лет назад
health 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
internal f2614f2107 project: use vndr for vendoring 8 лет назад
metadata f2614f2107 project: use vndr for vendoring 8 лет назад
naming f2614f2107 project: use vndr for vendoring 8 лет назад
peer f2614f2107 project: use vndr for vendoring 8 лет назад
transport 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
LICENSE f2614f2107 project: use vndr for vendoring 8 лет назад
PATENTS f2614f2107 project: use vndr for vendoring 8 лет назад
README.md 5a1b06d7fd rerun vndr 8 лет назад
backoff.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
balancer.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
call.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
clientconn.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
doc.go f2614f2107 project: use vndr for vendoring 8 лет назад
interceptor.go f2614f2107 project: use vndr for vendoring 8 лет назад
rpc_util.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
server.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
stream.go 3e987e1732 Vendor swarmkit, containerd, and related dependencies 8 лет назад
trace.go f2614f2107 project: use vndr for vendoring 8 лет назад

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