boulder/grpc
Aaron Gable 1f776ba768
Remove publisher gRPC wrapper (#5327)
Delete the PublisherClientWrapper and PublisherServerWrapper. Update
various structs and functions to expect a pubpb.PublisherClient instead
of a core.Publisher; these two interfaces differ only in that the
auto-generated PublisherClient takes a variadic CallOptions parameter.
Update all mock publishers in tests to match the new interface. Finally,
delete the now-unused core.Publisher interface and some already-unused
mock-generating code.

This deletes a single sanity check (for a nil SCT even when there is a
nil error), but that check was redundant with an identical check in the
only extant client code in ctpolicy.go.

Fixes #5323
2021-03-11 10:50:29 -08:00
..
creds Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
test_proto Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -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 Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -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 Allow WFEv1 to specify which issuer to use (#5222) 2021-01-20 09:22:03 -08:00
sa-wrappers.go Fix IsAnyNilOrZero to correctly handle all numeric types (#5096) 2020-09-23 09:01:20 -07:00
server.go Add gRPC MaxConnectionAge config. (#5311) 2021-03-01 18:37:47 -08:00
va-wrappers.go Remove logic from VA PerformValidation wrapper (#5003) 2020-08-06 10:45:35 -07:00