One slightly surprising / interesting thing: Since core types like Order and Registration are still proto2 and have pointer fields, there are actually some places in this PR where I had to add a `*` rather than delete an `&`, because I was taking a pointer field from one of those core types and passing it as a field in an SA RPC request. Fixes #5037. |
||
|---|---|---|
| .. | ||
| certs.go | ||
| certsPerName.go | ||
| certstatus.go | ||
| config.go | ||
| config_test.go | ||
| janitor.go | ||
| janitor_test.go | ||
| job.go | ||
| job_test.go | ||
| main.go | ||
| orders.go | ||
| orders_test.go | ||