coredns/vendor/google.golang.org/grpc
Manuel Alejandro de Brito Fontes 0e8977761d Dep helper (#2151)
* Add dep task to update go dependencies

* Update go dependencies
2018-09-29 23:47:07 +01:00
..
balancer Dep helper (#2151) 2018-09-29 23:47:07 +01:00
codes Dep helper (#2151) 2018-09-29 23:47:07 +01:00
connectivity dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
credentials Dep helper (#2151) 2018-09-29 23:47:07 +01:00
encoding Dep helper (#2151) 2018-09-29 23:47:07 +01:00
grpclog Dep helper (#2151) 2018-09-29 23:47:07 +01:00
health Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
internal Prune dependencies (#1917) 2018-06-30 22:47:19 +01:00
keepalive dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
metadata Dep helper (#2151) 2018-09-29 23:47:07 +01:00
naming Dep helper (#2151) 2018-09-29 23:47:07 +01:00
peer dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
resolver Dep helper (#2151) 2018-09-29 23:47:07 +01:00
stats Dep helper (#2151) 2018-09-29 23:47:07 +01:00
status Dep helper (#2151) 2018-09-29 23:47:07 +01:00
tap Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
transport Dep helper (#2151) 2018-09-29 23:47:07 +01:00
.travis.yml Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
AUTHORS dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
backoff.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
balancer.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
balancer_conn_wrappers.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
balancer_v1_wrapper.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
call.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
clientconn.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
codec.go Update go dep (#1560) 2018-02-23 20:10:34 +00:00
codegen.sh Update vendor with go dep 2017-04-28 09:14:54 -07:00
CONTRIBUTING.md Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
doc.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
envconfig.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
go16.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
go17.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
interceptor.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
LICENSE dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
Makefile Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
picker_wrapper.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
pickfirst.go Add route53 plugin (#1390) 2018-01-15 09:59:29 -08:00
proxy.go Update apache/thrift to 0.11.0 and remove pinning (#1317) 2017-12-18 11:50:56 -06:00
README.md Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
resolver_conn_wrapper.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
rpc_util.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
server.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
service_config.go Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
stickiness_linkedmap.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
stream.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
trace.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
version.go Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00
vet.sh Dep ensure -update (#1912) 2018-06-30 09:07:33 -07:00

gRPC-Go

Build Status GoDoc GoReportCard

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: Go 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 -u google.golang.org/grpc

Prerequisites

This requires Go 1.6 or later. Go 1.7 will be required soon.

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.

Performance

See the current benchmarks for some of the languages supported in this dashboard.

Status

General Availability Google Cloud Platform Launch Stages.

FAQ

Compiling error, undefined: grpc.SupportPackageIsVersion

Please update proto package, gRPC package and rebuild the proto files:

  • go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
  • go get -u google.golang.org/grpc
  • protoc --go_out=plugins=grpc:. *.proto