mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Inject getTldCommand in RegistryToolComponent (#2123)
This commit is contained in:
parent
bcb2b2c784
commit
2c961b6283
1 changed files with 4 additions and 3 deletions
|
@ -114,18 +114,19 @@ interface RegistryToolComponent {
|
|||
|
||||
void inject(GenerateEscrowDepositCommand command);
|
||||
|
||||
void inject(GetBulkPricingPackageCommand command);
|
||||
|
||||
void inject(GetContactCommand command);
|
||||
|
||||
void inject(GetDomainCommand command);
|
||||
|
||||
void inject(GetHostCommand command);
|
||||
|
||||
void inject(GetBulkPricingPackageCommand command);
|
||||
|
||||
void inject(GetKeyringSecretCommand command);
|
||||
|
||||
void inject(GetSqlCredentialCommand command);
|
||||
|
||||
void inject(GetTldCommand command);
|
||||
|
||||
void inject(GhostrydeCommand command);
|
||||
|
||||
void inject(ListCursorsCommand command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue