Godeps/_workspace/src/google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
Godeps/_workspace/src/google.golang.org/grpc/benchmark | Package benchmark implements the building blocks to setup end-to-end gRPC benchmarks. |
Godeps/_workspace/src/google.golang.org/grpc/benchmark/client | |
Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testing | Package grpc_testing is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/benchmark/server | |
Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats | |
Godeps/_workspace/src/google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
Godeps/_workspace/src/google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
Godeps/_workspace/src/google.golang.org/grpc/credentials/oauth | Package oauth implements gRPC credentials using OAuth. |
Godeps/_workspace/src/google.golang.org/grpc/examples | |
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld | |
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_client | |
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_server | |
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworld | Package helloworld is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide | |
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/client | Package main implements a simple gRPC client that demonstrates how to use gRPC-Go libraries to perform unary, client streaming, server streaming and full duplex RPCs. |
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguide | Package routeguide is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/server | Package main implements a simple gRPC server that demonstrates how to use gRPC-Go libraries to perform unary, client streaming, server streaming and full duplex RPCs. |
Godeps/_workspace/src/google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
Godeps/_workspace/src/google.golang.org/grpc/grpclog/glogger | Package glogger defines glog-based logging for grpc. |
Godeps/_workspace/src/google.golang.org/grpc/health | Package health provides some utility functions to health-check a server. |
Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1 | Package grpc_health_v1 is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/interop | |
Godeps/_workspace/src/google.golang.org/grpc/interop/client | |
Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testing | Package grpc_testing is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/interop/server | |
Godeps/_workspace/src/google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
Godeps/_workspace/src/google.golang.org/grpc/naming | Package naming defines the naming API and related data structures for gRPC. |
Godeps/_workspace/src/google.golang.org/grpc/peer | Package peer defines various peer information associated with RPCs and corresponding utils. |
Godeps/_workspace/src/google.golang.org/grpc/test | |
Godeps/_workspace/src/google.golang.org/grpc/test/codec_perf | Package codec_perf is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testing | Package grpc_testing is a generated protocol buffer package. |
Godeps/_workspace/src/google.golang.org/grpc/transport | Package transport defines and implements message oriented communication channel to complete various transactions (e.g., an RPC). |