boulder/grpc
Jacob Hoffman-Andrews a8998bf0b9 Split grpc/wrappers.go into several files (#2392)
There is now one file per service, containing both the client-side and
server-side wrappers for that service. This is a straight move of the code, with
the copyright, header comments, package statement, and imports copied into each
new file, and goimports run on the result.

Two custom errors were moved into bcodes.go.

Fixes #2388.
2016-12-06 15:45:31 -08:00
..
creds Empty gRPC whitelist fix (#2376) 2016-12-05 08:26:19 -08:00
balancer.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
balancer_test.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
bcodes.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
bcodes_test.go Add gRPC server to RA (#2350) 2016-11-29 15:34:35 -08:00
ca-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
client.go Use grpc-go-prometheus for RPC stats. (#2391) 2016-12-05 14:31:22 -08:00
interceptors.go Use grpc-go-prometheus for RPC stats. (#2391) 2016-12-05 14:31:22 -08:00
interceptors_test.go Move timeouts into client interceptor. (#2387) 2016-12-05 10:42:26 -05:00
pb-marshalling.go Add gRPC server to SA (#2374) 2016-12-02 17:24:46 -08:00
pb-marshalling_test.go Add gRPC server to SA (#2374) 2016-12-02 17:24:46 -08:00
publisher-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
ra-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
sa-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
server.go Use grpc-go-prometheus for RPC stats. (#2391) 2016-12-05 14:31:22 -08:00
va-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00