boulder/grpc
Jacob Hoffman-Andrews 7194624191
Update grpc and protobuf to latest. (#5369)
protoc now generates grpc code in a separate file from protobuf code.
Also, grpc servers are now required to embed an "unimplemented"
interface from the generated .pb.go file, which provides forward
compatibility.

Update the generate.go files since the invocation for protoc has changed
with the split into .pb.org and _grpc.pb.go.

Fixes #5368
2021-04-01 17:18:15 -07:00
..
creds Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
test_proto Update grpc and protobuf to latest. (#5369) 2021-04-01 17:18:15 -07:00
client.go Refactoring tls.Config mutation out of grpc (#5175) 2020-11-12 16:24:16 -08:00
errors.go grpc: replacing error assertions with errors.As (#5143) 2020-10-26 15:25:38 -07:00
errors_test.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors_test.go Standardize on `AssertMetricWithLabelsEquals` (#5371) 2021-04-01 15:20:43 -07:00
pb-marshalling.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
pb-marshalling_test.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
ra-wrappers.go Update grpc and protobuf to latest. (#5369) 2021-04-01 17:18:15 -07:00
sa-wrappers.go Update grpc and protobuf to latest. (#5369) 2021-04-01 17:18:15 -07:00
server.go Add gRPC MaxConnectionAge config. (#5311) 2021-03-01 18:37:47 -08:00