As part of #5050, I'm updating some of the code in grpc/pb-marshaling.go to move from nil checks to zero checks. In the process I'm introducing some new zero checks, on things like challenge type, status, and token. This is shaking out some places where our mocks have taken shortcuts by not creating a "full" object including all fields that are normally present. This PR updates our mocks and tests to provide more realistic objects in all the places that broke when introducing those zero checks. |
||
|---|---|---|
| .. | ||
| test | ||
| README.md | ||
| stale.go | ||
| stale_test.go | ||
| stats.go | ||
| verify.go | ||
| verify_test.go | ||
| wfe.go | ||
| wfe_test.go | ||
README.md
WFE v2
The wfe2 package is copied from the wfe package in order to implement the
"ACME v2" API. This design choice
was made to facilitate a clean separation between v1 and v2 code and to support
running a separate API process on a different port alongside the v1 API process.