boulder icon indicating copy to clipboard operation
boulder copied to clipboard

Export grpc.Checker for compile-time interface checks of *SQLStorageAuthority, *SQLStorageAuthorityRO, and *RegistrationAuthorityImpl

Open beautifulentropy opened this issue 4 months ago • 0 comments

Today we're enforcing that these implementations satisfy the grpc.checker interface conventionally, which places the onus on the reviewer. It would be much easier to have the compiler check this at compile time vis-a-vis var _ grpc.Checker = &RegistrationAuthorityImpl{}

beautifulentropy avatar Oct 31 '25 21:10 beautifulentropy