mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Fix nomulus command (#1812)
go/r3pr/1805 introduced an injectable clock in a few commands, but we forgot to add the corresponding injector in the component. This PR fixes it.
This commit is contained in:
@@ -118,6 +118,14 @@ interface RegistryToolComponent {
|
||||
|
||||
void inject(GenerateEscrowDepositCommand command);
|
||||
|
||||
void inject(GetContactCommand command);
|
||||
|
||||
void inject(GetDomainCommand command);
|
||||
|
||||
void inject(GetHostCommand command);
|
||||
|
||||
void inject(GetPackagePromotionCommand command);
|
||||
|
||||
void inject(GetKeyringSecretCommand command);
|
||||
|
||||
void inject(GetSqlCredentialCommand command);
|
||||
@@ -144,6 +152,8 @@ interface RegistryToolComponent {
|
||||
|
||||
void inject(SetupOteCommand command);
|
||||
|
||||
void inject(UniformRapidSuspensionCommand command);
|
||||
|
||||
void inject(UnlockDomainCommand command);
|
||||
|
||||
void inject(UnrenewDomainCommand command);
|
||||
|
||||
Reference in New Issue
Block a user