boulder/core
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
..
proto Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
challenges.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
challenges_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
core_test.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
interfaces.go Remove publisher gRPC wrapper (#5327) 2021-03-11 10:50:29 -08:00
objects.go Remove some unused types from core. (#5292) 2021-02-22 10:09:10 -08:00
objects_test.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
util.go Remove cmd.LoadCert in favor of core.LoadCert (#5165) 2020-11-10 13:00:46 -08:00
util_test.go Remove cmd.LoadCert in favor of core.LoadCert (#5165) 2020-11-10 13:00:46 -08:00