boulder/publisher
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 Use 2-space indents in all proto files (#5006) 2020-08-05 10:38:19 -07:00
test Adding support for multiple issuers to publisher (#5272) 2021-02-08 12:23:44 -08:00
publisher.go Adding support for multiple issuers to publisher (#5272) 2021-02-08 12:23:44 -08:00
publisher_test.go Update publisher tests to use new realistic test certs (#5280) 2021-02-11 15:24:20 -08:00