mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02: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:
parent
a64d086708
commit
614d1ae454
1 changed files with 10 additions and 0 deletions
|
@ -118,6 +118,14 @@ interface RegistryToolComponent {
|
||||||
|
|
||||||
void inject(GenerateEscrowDepositCommand command);
|
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(GetKeyringSecretCommand command);
|
||||||
|
|
||||||
void inject(GetSqlCredentialCommand command);
|
void inject(GetSqlCredentialCommand command);
|
||||||
|
@ -144,6 +152,8 @@ interface RegistryToolComponent {
|
||||||
|
|
||||||
void inject(SetupOteCommand command);
|
void inject(SetupOteCommand command);
|
||||||
|
|
||||||
|
void inject(UniformRapidSuspensionCommand command);
|
||||||
|
|
||||||
void inject(UnlockDomainCommand command);
|
void inject(UnlockDomainCommand command);
|
||||||
|
|
||||||
void inject(UnrenewDomainCommand command);
|
void inject(UnrenewDomainCommand command);
|
||||||
|
|
Loading…
Add table
Reference in a new issue